forked from OpenFn/dial-pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "dial-pilot",
"version": "1.0.0",
"description": "A Mifos, iHRIS, ODK integration in partnership with DIAL",
"scripts": {
"test": "mocha --require babel-core/register"
},
"author": "OpenFn",
"repository": {
"type": "git",
"url": "git@github.com:OpenFn/dial-pilot.git"
},
"dependencies": {
"core": "github:openfn/core",
"language-http": "github:openfn/language-http#master"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.2",
"sinon": "^7.5.0"
}
}