forked from molgenis/molgenis-app-genenetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "gn",
"private": true,
"version": "0.0.0",
"description": "Gene Network",
"keywords": [],
"dependencies": {
"affinity-propagation": "0.0.1",
"async": "^1.4.2",
"base62": "^1.1.0",
"connect-redis": "1.4.5",
"cookies-js": "^1.2.2",
"d3": "^3.5.6",
"ejs": "^0.8.8",
"elasticsearch": "^8.2.0",
"es6-templates": "^0.2.2",
"genstats": "0.0.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-sails-linker": "^0.9.6",
"grunt-sync": "0.0.8",
"history": "^1.11.1",
"include-all": "^0.1.6",
"kue": "^0.9.5",
"level": "^1.3.0",
"lodash": "^3.10.1",
"numeric": "^1.2.6",
"rc": "^0.5.5",
"react": "^0.14.1",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.1",
"react-router": "^1.0.0-rc1",
"react-select": "^0.9.0",
"reactable": "^0.12.0",
"reactify": "^1.1.1",
"request": "^2.64.0",
"response-time": "^2.3.1",
"sails": "^0.11.2",
"sails-disk": "^0.10.8",
"socket.io-redis": "^0.1.4",
"uglify-js": "^2.6.1",
"uglifyify": "^3.0.1",
"watchify": "^3.6.1"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"build": "node_modules/watchify/node_modules/browserify/bin/cmd.js -t reactify -t es6-templates -o assets/js/ReactBundle.js assets/jsx/GeneNetwork.js",
"build:watch": "node_modules/watchify/bin/cmd.js -t reactify -t es6-templates -o assets/js/ReactBundle.js assets/jsx/GeneNetwork.js -v",
"build:prod": "node_modules/watchify/node_modules/browserify/bin/cmd.js -t reactify -t es6-templates -t uglifyify -o assets/js/ReactBundle.js assets/jsx/GeneNetwork.js && node_modules/uglify-js/bin/uglifyjs --compress --mangle -- assets/js/ReactBundle.js > assets/js/ReactBundle.min.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/molgenis/gene-network.git"
},
"author": "molgenis",
"license": "ISC",
"bugs": {
"url": "https://github.com/molgenis/gene-network/issues"
},
"homepage": "https://github.com/molgenis/gene-network#readme",
"directories": {
"test": "test"
},
"devDependencies": {}
}