-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 905 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": "hip-hop-array",
"version": "1.0.0",
"description": ">MKS Greenfield Project",
"engines": {
"node": "v6.0.0"
},
"main": "gulpfile.js",
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"chai": "^3.5.0",
"cron-file-cleaner": "^1.1.0",
"express": "^4.13.4",
"fs": "0.0.2",
"init": "^0.1.2",
"install": "^0.7.3",
"multer": "^1.1.0",
"request": "^2.72.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"scripts": {
"test": "mocha",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/g1na1011/hip-hop-array.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/g1na1011/hip-hop-array/issues"
},
"homepage": "https://github.com/g1na1011/hip-hop-array#readme"
}