-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 958 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
35
{
"name": "d2-analysis",
"version": "33.3.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "rm -rf lib/ && ./node_modules/.bin/babel src/ -d lib/ --presets es2015,stage-2 --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/d2-analysis.git"
},
"author": "Jan Henrik Øverland",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhis2/d2-analysis/issues"
},
"homepage": "https://github.com/dhis2/d2-analysis#readme",
"dependencies": {
"@dhis2/d2-ui-rich-text": "^5.1.0",
"d2-utilizr": "^0.2.16",
"jquery": "2.1.4",
"sanitize-html": "^1.27.4"
},
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-loader": "6.4.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"jest": "^21.2.1",
"json-loader": "^0.5.7"
}
}