This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.69 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
{
"name": "stackbutton",
"private": true,
"version": "0.1.0",
"description": "a Sails application",
"author": "wombat",
"license": "",
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/wombat/sb.git"
},
"main": "app.js",
"scripts": {
"debug": "node debug app.js",
"postinstall": "./node_modules/.bin/grunt buildProd",
"start": "sails_hooks__grunt=false NODE_ENV=production node app.js"
},
"dependencies": {
"ejs": "2.3.4",
"include-all": "~0.1.6",
"lodash": "^4.11.1",
"octonode": "^0.7.5",
"rc": "1.0.1",
"sails": "~0.12.3",
"sails-auth": "^2.1.3",
"sails-disk": "~0.10.9",
"sails-mongo": "^0.12.0",
"sails-permissions": "^2.2.0",
"angular": "^1.5.4",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.8",
"angular-cookies": "^1.5.3",
"angular-material": "^1.0.7",
"angular-nvd3": "^1.0.6",
"angular-resource": "^1.5.5",
"angular-sails": "^1.1.4",
"angular-sanitize": "^1.5.3",
"angular-messages": "^1.5.3",
"angular-touch": "^1.5.3",
"angular-ui-router": "^0.2.18",
"ansi-styles": "^2.1.0",
"jquery": "^2.2.3",
"mdi": "^1.6.50",
"socket.io": "^1.4.8",
"ui-router-extras": "^0.1.2"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-less": "1.1.0",
"grunt-sass": "^1.2.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.5.3",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.2.4"
}
}