-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 963 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
34
35
36
37
38
{
"name": "starterpack.js",
"version": "0.1.0",
"devDependencies": {
"mysql": "~2.0.0-alpha9",
"orm": "~2.1.3"
},
"readmeFilename": "README.md",
"gitHead": "38a5671e490730a2805b58ee7641449d124ddec6",
"description": "starterpack.js",
"main": "router.js",
"dependencies": {
"express": "~3.4.4",
"mysql": "~2.0.0-alpha9",
"orm": "~2.1.3",
"passport-google-oauth": "~0.1.5",
"sequelize": "~1.7.0-rc6",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"passport-github": "~0.1.5",
"jade": "~1.3.0",
"coffee-script": "~1.7.1",
"markdown": "~0.5.0",
"passport": "~0.2.0",
"bcrypt": "~0.7.7",
"async": "~0.2.10",
"passport-facebook": "~1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/nickalto/starterpack.js.git"
},
"author": "Nick Alto",
"license": "BSD",
"bugs": {
"url": "https://github.com/nickalto/starterpack.js/issues"
}
}