-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.46 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.46 KB
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
57
58
59
60
{
"name": "likeastore-app",
"version": "0.0.53",
"private": true,
"scripts": {
"start": "node app.js",
"postinstall": "node source/bootstrap.js",
"test": "node runMocha",
"watch": "nodemon --watch source --watch config app.js",
"test-watch": "nodemon --watch source --watch config --watch test runMocha.js"
},
"config": {
"unsafe-perm": true
},
"domains": [
"app.likeastore.com"
],
"dependencies": {
"async": "~0.2.9",
"bcrypt-nodejs": "0.0.3",
"bower": "~0.9.2",
"colors": "~0.6.2",
"ejs": "~0.8.4",
"ejs-locals": "~1.0.2",
"elasticsearch": "~2.1.4",
"express": "~3.1.2",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-express-server": "^0.4.17",
"grunt-hashres2": "~0.3.2",
"grunt-myth": "~0.1.1",
"grvtr": "~0.1.3",
"json-schema": "~0.2.2",
"moment": "~2.0.0",
"mongojs": "~0.9.8",
"newrelic": "~1.2.0",
"nodalytics": "~1.0.0",
"node-logentries": "~0.1.2",
"node-mandrill": "~1.0.1",
"nodealytics": "0.0.5",
"oauth": "~0.9.10",
"request": "~2.30.0",
"respawn": "~0.1.7",
"seismo-client": "0.0.4",
"underscore": "~1.4.4"
},
"devDependencies": {
"mocha": "~1.10.0",
"chai": "~1.6.1",
"sinon-chai": "~2.4.0"
},
"engines": {
"node": "0.10.x",
"npm": "2.9.x"
},
"subdomain": "likeastore-app"
}