-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 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": "success",
"version": "1.0.0",
"description": "A task list manager for the multitasker",
"main": "http.js",
"dependencies": {
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"connect-flash": "^0.1.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.6",
"mongoose": "4.4.1",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"gulp-csso": "^1.0.1",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-uglify": "^1.5.2"
},
"scripts": {
"test": "echo \"Error: no test\" && exit 1",
"start": "node http.js",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwolfgram/success.git"
},
"author": "Joe Wolfgram",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwolfgram/success/issues"
},
"homepage": "https://github.com/jwolfgram/success#readme"
}