-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
52
{
"name": "d3Timeline",
"version": "1.0.0",
"description": "",
"main": "./dist/built.js",
"devDependencies": {
"Faker": "^0.7.2",
"babel-runtime": "^5.8.19",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"chai-stats": "0.3.0",
"d3": "^3.5.6",
"dat-gui": "^0.5.0",
"events": "^1.0.2",
"extend": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-watchify": "^0.1.0",
"http-server": "^0.8.0",
"inherits": "^2.0.1",
"jquery": "^2.1.4",
"karma": "0.13.9",
"karma-babel-preprocessor": "5.2.1",
"karma-chai-plugins": "0.6.0",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "1.1.1",
"karma-phantomjs-launcher": "0.2.1",
"lodash": "^3.10.0",
"mocha": "2.2.5",
"phantomjs": "1.9.18",
"requestanimationframe": "0.0.22"
},
"scripts": {
"test": "karma start --single-run",
"start": "http-server -p4002 ."
},
"author": "",
"license": "ISC",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"d3": "global:d3",
"jquery": "global:$",
"lodash": "global:_"
}
}