forked from ENCODE-DCC/snovault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.66 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
53
54
55
56
57
58
{
"name": "encoded",
"version": "0.0.0",
"description": "domready held back.",
"scripts": {
"test": "jest",
"postinstall": "sh postinstall.sh"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "ENCODE-DCC/encoded",
"jest": {
"rootDir": "src/encoded/static",
"scriptPreprocessor": "../../../jest/preprocessor.js",
"setupEnvScriptFile": "../../../jest/environment.js",
"unmockedModulePathPatterns": [
"node_modules/react",
"node_modules/underscore",
"libs/react-patches"
]
},
"devDependencies": {
"babel-core": "^5.8.25",
"babelify": "^6.3.0",
"brfs": "^1.4.0",
"browserify": "^8.1.3",
"envify": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"jest-cli": "^0.5.8",
"minifyify": "^6.2.0",
"moment": "^2.8.2",
"through": "^2.3.4"
},
"dependencies": {
"brace": "^0.3.0",
"ckeditor": "file:node_shims/ckeditor",
"color": "^0.10.1",
"cookie-monster": "0.0.7",
"d3": "^3.4.6",
"dagre-d3": "git+https://github.com/ENCODE-DCC/dagre-d3.git#compound-nodes",
"domready": "^0.3.0",
"form-serialize": "^0.6.0",
"google-analytics": "file:node_shims/google-analytics",
"immutable": "^3.7.5",
"marked": "^0.3.3",
"react": "^0.12.2",
"react-bootstrap": "^0.15.1",
"react-forms": "git+https://github.com/lrowe/react-forms.git#3953a633b1f77640dffb5e3f1d5bbe78a98c3dfe",
"scriptjs": "^2.5.7",
"shivie8": "^1.0.0",
"source-map-support": "^0.2.7",
"subprocess-middleware": "^0.1.0",
"underscore": "^1.8.3",
"whatwg-fetch": "git+https://github.com/lrowe/fetch.git#bf5d58b738fb2ed6d60791b944d36075fee8604a"
}
}