-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.56 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cleverstack-node-seed",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "grunt",
"setup": "npm i; grunt db;"
},
"dependencies": {
"async": "",
"clever-controller": "",
"connect-redis": "~1.4.5",
"dehumanize-date": "",
"ejs": "",
"express": "",
"i": "",
"i18n": "",
"jasmine-node": "",
"memcached": "",
"moment": "",
"mysql": "*",
"nconf": "",
"passport": "*",
"passport-facebook": "",
"passport-local": "*",
"pg": "",
"q": "",
"sequelize": "",
"squel": "",
"supervisor": "",
"time": "",
"uberclass": "",
"underscore": "",
"vague-time": "~0.5.4",
"validator": "",
"matchdep": "~0.1.2",
"colors": "~0.6.1",
"mongoose": "~3",
"baucis": "~0.6.13",
"mongodb": "~1.3"
},
"author": {
"name": "Richard Gustin",
"email": "richard@clevertech.biz"
},
"collaborators": [
"Leandro Ostera <leandro@clevertech.biz>",
"Dmitry Bashkatov <dmitry@clevertech.biz>"
],
"description": "",
"keywords": [
""
],
"main": "app.js",
"devDependencies": {
"docular": "git://github.com/leostera/docular.git",
"grunt-contrib-watch": "",
"grunt-contrib-clean": "",
"grunt-contrib-jshint": "",
"grunt-contrib-connect": "~0.3.0",
"grunt-mocha-test": "",
"grunt-nodemon": "",
"grunt-docular": "",
"matchdep": "",
"mocha": "",
"should": "",
"sinon": "",
"karma": "",
"supertest": "",
"grunt-concurrent": "~0.3.0",
"grunt-exec": "~0.4.2",
"request": "~2.27.0"
}
}