-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "daiad-charts",
"version": "1.0.0",
"description": "DAIAD/Charts",
"main": "js/main.js",
"scripts": {
"test": "test.js"
},
"keywords": [
"daiad"
],
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"jsdoc": "^3.4.2"
},
"dependencies": {
"jquery": "^1.12.4",
"jquery-flot": "^0.8.3",
"moment": "^2.12.0"
},
"browserify": {
"transform": [
"babelify",
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {
"jquery": "global:jQuery",
"daiad": "global:daiad"
}
}