forked from OpenFn/language-dhis2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 Bytes
/
package.json
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
31
32
33
34
{
"name": "language-dhis2",
"version": "1.0.1",
"description": "DHIS2 Language Pack for OpenFn",
"main": "lib/index.js",
"scripts": {
"build": "make",
"test": "mocha --compilers js:babel-core/register",
"test:watch": "mocha -w --compilers js:babel-core/register"
},
"author": "Open Function Group",
"license": "LGPLv3",
"files": [
"lib/"
],
"dependencies": {
"language-common": "github:openfn/language-common#v0.2.0",
"lodash": "^4.17.11",
"superagent": "^4.1.0"
},
"devDependencies": {
"assertion-error": "^1.0.1",
"babel": "^6.0.15",
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.0",
"deep-eql": "^0.1.3",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"superagent-mock": "^1.10.0"
}
}