-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 1.92 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
{
"name": "duniter-ui",
"version": "1.7.14",
"main": "index.js",
"scripts": {
"prepublish": "bower install && brunch build",
"build": "bower install && brunch build",
"b": "brunch build",
"watch": "brunch watch",
"start": "brunch watch --server",
"cesium": "cd cesium && npm start",
"webstart": "node run.js direct_webstart",
"test": "mocha --growl tests/"
},
"repository": {
"type": "git",
"url": "[email protected]:duniter/duniter-ui.git"
},
"keywords": [
"duniter",
"ucoin",
"openudc",
"crypto-currency"
],
"author": "Cedric Moreau <[email protected]>",
"license": "AGPL-3.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://git.duniter.org/nodes/typescript/duniter/duniter-ui/issues"
},
"dependencies": {
"adm-zip": "0.4.7",
"body-parser": "1.17.1",
"co": "4.6.0",
"cors": "2.8.2",
"event-stream": "3.3.4",
"express": "4.15.2",
"express-fileupload": "0.0.5",
"fs-extra": "2.1.2",
"materialize-css": "0.98.1",
"moment": "2.18.1",
"node-pre-gyp": "0.6.34",
"q": "1.5.0",
"request": "2.81.0",
"request-promise": "4.2.0",
"rimraf": "2.6.1",
"tmp": "0.0.31",
"underscore": "1.8.3"
},
"devDependencies": {
"auto-reload-brunch": "2.0.0",
"babel-brunch": "6.0.1",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-0": "6.0.15",
"bower": "^1.8.0",
"brunch": "2.10.9",
"core-util-is": "1.0.2",
"css-brunch": "2.0.0",
"duniter": "^1.7.21",
"fb-flo-brunch": "1.7.22",
"jade-brunch": "2.0.0",
"javascript-brunch": "2.0.0",
"json-brunch": "1.5.4",
"mocha": "2.2.5",
"process-nextick-args": "1.0.7",
"sass-brunch": "2.0.0",
"should": "11.1.0",
"stylus-brunch": "2.0.0",
"uglify-js-brunch": "2.0.1",
"util-deprecate": "1.0.2"
},
"peerDependencies": {
"duniter": "1.7.x"
}
}