-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 KB
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": "resonantlab",
"version": "0.0.0",
"description": "Choose your own visualization adventure",
"scripts": {
"postinstall": "git rev-parse HEAD >git-sha",
"postcommit": "git rev-parse HEAD >git-sha",
"postrewrite": "git rev-parse HEAD >git-sha",
"postcheckout": "git rev-parse HEAD >git-sha",
"postmerge": "git rev-parse HEAD >git-sha",
"lint": "semistandard | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronichoudhury-work/resonantlab.git"
},
"author": "Roni Choudhury",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ronichoudhury-work/resonantlab/issues"
},
"homepage": "https://github.com/ronichoudhury-work/resonantlab#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"d3-selection": "^1.0.2",
"datatables-all": "^1.10.13",
"file-loader": "^0.9.0",
"husky": "^0.13.2",
"immutable": "^3.8.1",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.4",
"papaparse": "^4.1.4",
"redux": "^3.6.0",
"redux-logger": "^2.8.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"semistandard": "^9.2.1",
"snazzy": "^6.0.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"url-loader": "^0.5.7",
"yaml-loader": "^0.4.0"
},
"dependencies": {
"candela": "^0.10.2"
}
}