forked from bem-under-sailsjs/sails-bem-project-stub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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": "sails-bem-project-stub",
"author": "",
"license": "",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"bcryptjs": "^2.1.0",
"gm": "^1.17.0",
"html": "0.0.7",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-vkontakte": "^0.3.0",
"rc": "~0.5.0",
"sails": "~0.11.0",
"sails-disk": "~0.10.0",
"sails-generate-auth": "^0.2.0",
"sails-hook-bem-render": "0.0.4",
"sails-hook-dev": "^0.2.2",
"sails-hook-seed": "^0.1.1",
"sails-mongo": "^0.10.4",
"validator": "^3.22.1",
"vow": "^0.4.5",
"ym": "^0.1.0"
},
"devDependencies": {
"bem": "^0.9.0",
"borschik": "^1.3.0",
"borschik-tech-cleancss": "^1.0.0",
"bower": "^1.3.9",
"ejs": "~0.8.4",
"enb": "^0.13.7",
"enb-autoprefixer": "^0.1.1",
"enb-bem": "0.1.0-beta2",
"enb-bemxjst": "^1.3.2",
"enb-borschik": "^1.1.1",
"enb-diverse-js": "^0.1.0",
"enb-modules": "^0.2.0",
"enb-stylus": "1.1.2",
"faker": "^2.1.2"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"deps": "bower-npm-install --non-interactive",
"views-compile": "enb make -d views"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/alexbaum/sails-bem-project-stub.git"
}
}