-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.62 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
57
58
59
60
61
62
63
64
65
66
{
"name": "aistuff",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon aispace.coffee",
"test": "mocha -r should -R spec"
},
"dependencies": {
"async": "^2.3.0",
"body-parser": "~1.16.0",
"boom": "^4.2.0",
"caminte": "^0.3.3",
"coffee": "^3.3.0",
"connect-redis": "^3.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"express-errorlog": "^1.1.0",
"express-flash": "0.0.2",
"express-session": "^1.15.1",
"framework7": "^1.5.3",
"jade": "~1.11.0",
"less-middleware": "~2.2.0",
"md5": "^2.2.1",
"moment": "^2.18.1",
"morgan": "~1.7.0",
"mosca": "^2.5.2",
"mqtt": "^2.13.0",
"multiparty": "^4.1.3",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"redis": "^2.6.2",
"request": "^2.81.0",
"serve-favicon": "~2.3.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^14.1.0",
"caminte-cli": "^1.3.1",
"coffee": "^3.3.0",
"coffeeify": "^2.1.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.0.0",
"istanbul": "^0.4.5",
"jit-grunt": "^0.10.0",
"jshint": "2.x",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"logfile-grunt": "^0.3.0",
"mocha": "^3.0.2",
"nodemon": "^1.11.0",
"should": "^11.1.0",
"supertest": "^2.0.0",
"time-grunt": "^1.4.0"
},
"caminte": {
"adapter": "redis"
}
}