-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
{
"name": "Blister",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "~0.2.9",
"connect-mongo": "~0.4.0",
"emailjs": "~0.3.6",
"express": "~3.4.4",
"jade": "~1.1.5",
"mongoose": "~3.8.1",
"passport": "~0.2.0",
"passport-local": "~0.1.6",
"passport-oauth": "~1.0.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-twitter": "~1.0.2",
"passport-arcgis": "~0.1.6",
"helmet": "~0.1.2",
"bcryptjs": "~0.7.10",
"request": "2.34.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.9.0",
"grunt-concurrent": "~0.4.1",
"grunt-nodemon": "~0.2.0",
"grunt-newer": "~0.6.0",
"grunt-contrib-copy": "~0.5.0"
}
}