-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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": "outfit-generator",
"version": "1.0.0",
"description": "generate an outfit for every day, add new clothes to my closet ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paolitaclo/outfit-generator.git"
},
"author": "Paola Claros",
"license": "ISC",
"bugs": {
"url": "https://github.com/paolitaclo/outfit-generator/issues"
},
"homepage": "https://github.com/paolitaclo/outfit-generator#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jquery": "^3.1.0",
"mongodb": "^2.2.9",
"system-npm": "^0.6.27",
"systemjs": "^0.19.38"
},
"eslintConfig": {},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-google": "^0.6.0"
}
}