-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 827 Bytes
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
{
"name": "starterpack.js",
"version": "0.1.0",
"readmeFilename": "README.md",
"description": "starterpack.js",
"main": "router.js",
"dependencies": {
"express": "3.4.*",
"dot": "1.0.*",
"sequelize": "1.7.*",
"passport-local": "1.*",
"passport": "0.2.*",
"bcrypt": "0.7.*",
"async": "0.2.*",
"mariasql": "0.1.*",
"connect-flash": "0.1.*",
"dot-emc": "0.1.*",
"forms": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moux2003/starterpack.js"
},
"author": "Maxime Hermouet",
"license": "MIT",
"bugs": {
"url": "https://github.com/moux2003/starterpack.js/issues"
},
"devDependencies": {
"gulp": "*",
"gulp-sass": "*"
}
}