-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1013 Bytes
/
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
{
"name": "remuniter",
"version": "1.3.3",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "tsc",
"tsc": "tsc",
"tscw": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1",
"brunch": "cd ui node && npm install && npm run-script brunch",
"brunch-build": "cd ui node && npm run-script brunch-build",
"brunch-w": "cd ui node && npm run-script brunch-w"
},
"dependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.9",
"body-parser": "1.15.1",
"co": "4.6.0",
"commander": "2.9.0",
"duniter": "~1.7.14",
"event-stream": "^4.0.1",
"express": "4.13.4",
"http": "0.0.0",
"mocha": "^3.4.2",
"morgan": "1.7.0",
"node-pre-gyp": "^0.6.32",
"q": "1.4.1",
"request-promise": "3.0.0",
"ts-node": "^3.3.0",
"typescript": "^3.1.6",
"underscore": "1.8.3",
"ws": "1.1.0"
},
"author": "",
"license": "GPLv3",
"devDependencies": {
"@types/event-stream": "^3.3.34"
}
}