-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
86 lines (86 loc) · 2.67 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "gn",
"private": true,
"version": "0.0.0",
"description": "Gene Network",
"keywords": [],
"dependencies": {
"affinity-propagation": "0.0.1",
"async": "^1.4.2",
"base62": "^1.2.8",
"connect-redis": "1.4.5",
"cookies-js": "^1.2.3",
"d3": "^3.5.12",
"d3-tip": "^0.9.1",
"distancejs": "^1.1.0",
"ejs": "^2.6.2",
"elasticsearch": "^14.2.2",
"es6-templates": "^0.2.3",
"extend": "^3.0.2",
"genstats": "0.0.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.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": "^2.0.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-sails-linker": "^0.9.6",
"grunt-sync": "0.0.8",
"hclusterjs": "^1.3.1",
"history": "^1.11.1",
"include-all": "^0.1.6",
"json2csv": "^3.11.4",
"kue": "^0.9.5",
"level": "^2.1.2",
"leveldown": "^3.0.2",
"lodash": "^4.17.15",
"natives": "^1.1.6",
"numeric": "^1.2.6",
"properties-reader": "^0.3.1",
"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": "^1.2.1",
"react-table": "^6.8.5",
"react-textarea-autosize": "^5.2.1",
"react-tooltip": "^3.6.1",
"reactable": "^0.12.0",
"reactify": "^1.1.1",
"request": "^2.88.0",
"response-time": "^2.3.1",
"sails": "^0.11.6-1",
"sails-disk": "^0.10.8",
"socket.io-redis": "^0.2.0",
"split": "^1.0.1",
"uglify-js": "^2.6.1",
"uglifyify": "^5.0.1",
"watchify": "^3.11.1"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"build": "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/browserify/bin/cmd.js -t reactify -t es6-templates -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"
}
}