forked from likeastore/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "likeastore-site",
"version": "1.0.37",
"private": true,
"domains": [
"likeastore.com",
"www.likeastore.com"
],
"scripts": {
"start": "node app.js",
"test": "node ./test/e2eRunner.js ./test/e2e",
"watch": "nodemon --watch source --watch config app.js"
},
"dependencies": {
"express": "~3.0.6",
"underscore": "~1.4.4",
"node-mandrill": "~1.0.1",
"async": "~0.2.9",
"mongojs": "~0.9.8",
"passport": "~0.1.17",
"passport-twitter": "~0.1.5",
"passport-github": "~0.1.5",
"passport-facebook": "~0.1.6",
"bcrypt-nodejs": "0.0.3",
"grvtr": "~0.1.3",
"json-schema": "~0.2.2",
"stylus": "~0.38.0",
"swig": "~1.1.0",
"dookie-css": "~0.1.5",
"seismo-client": "0.0.4",
"request": "~2.30.0",
"hashids": "0.3.3",
"respawn": "~0.1.7",
"node-logentries": "~0.1.2",
"colors": "~0.6.2",
"moment": "~2.5.0",
"nodealytics": "0.0.5"
},
"devDependencies": {
"zombie": "~2.0.0-alpha19",
"mocha": "~1.11.0",
"should": "~1.2.2",
"grunt": "~0.4.2",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-myth": "~0.1.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3"
},
"subdomain": "likeastore-marketing-site",
"engines": {
"node": "~0.10.x",
"npm": "2.9.x"
}
}