-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 896 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
{
"name": "bandwagon",
"version": "1.0.0",
"description": "An Express-like server framework, mostly for shits, partly for giggles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ammarm08/bandwagon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ammarm08/bandwagon/issues"
},
"homepage": "https://github.com/ammarm08/bandwagon#readme",
"dependencies": {
"bluebird": "^3.4.7"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-standard": "^7.0.0-beta.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"mochawesome": "^2.0.3",
"should": "^11.2.0",
"should-http": "^0.1.0",
"supertest": "^3.0.0"
}
}