forked from azat-co/rest-api-express
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.08 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
{
"name": "rest-api-express",
"version": "0.0.4",
"description": "",
"main": "express.js",
"scripts": {
"start": "xvfb run electron node_modules/scram-engine/main.js --entry-file app/server/index.html",
"dev": "electron node_modules/scram-engine/main.js --entry-file app/server/index.html",
"dev-window": "electron node_modules/scram-engine/main.js --entry-file app/server/index.html --window",
"dev-file": "electron node_modules/scram-engine/main.js --entry-file app/server/index.html --file-system --window",
"test": "./node_modules/mocha/bin/mocha express.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/azat-co/rest-api-express.git"
},
"author": "Azat Mardan",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/azat-co/rest-api-express/issues"
},
"dependencies": {
"body-parser": "1.9.2",
"express": "4.10.1",
"mongoskin": "1.4.4",
"morgan": "1.5.0",
"scram-engine": "^0.4.3"
},
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "2.0.1",
"superagent": "0.20.0"
}
}