-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "internlabs",
"version": "0.1.0",
"description": "-",
"author": "Steam Rolle",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "nodemon index.js localhost 8000"
},
"engines": {
"node": ">=0.10.0",
"npm": ">= 1.4.0"
},
"dependencies": {
"kraken-js": "~0.7.0",
"express": "~3.4.4",
"adaro": "~0.1.x",
"nconf": "~0.6.8",
"less": "~1.6.1",
"makara": "~0.3.0",
"async": "*",
"ejs": "*",
"moment": "~2.6.0",
"mongoose": "3.8.x",
"passport": "*",
"passport-local": "*",
"bcrypt": "*",
"dustjs-helpers": "*",
"nodemailer": "0.6.x",
"lodash": "~2.4.1",
"node-geocoder": "~2.1.0",
"slug": "~0.4.2",
"request": "~2.34.0",
"mongoose-acl": "~0.2.1",
"connect-redis": "~1.4.7",
"elastical": "0.0.13"
},
"devDependencies": {
"mocha": "~1.17.0",
"supertest": "~0.8.2",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-ngmin": "0.0.2",
"grunt-html2js": "~0.1.3"
}
}