-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "zk-balance",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"angular": "^1.4.4",
"angular-new-router": "^0.5.3",
"angular-ui-grid": "^3.0.1",
"bluebird": "^2.9.27",
"cheerio": "^0.19.0",
"coffee": "^1.1.0",
"coffee-script": "^1.9.3",
"diff": "^1.4.0",
"ejs": "^0.8.8",
"github-api": "^0.10.6",
"grunt": "^0.4.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "^0.11.1",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-sails-linker": "^0.9.6",
"grunt-sync": "0.0.8",
"include-all": "~0.1.3",
"jade": "^1.10.0",
"jquery": "^2.1.4",
"markdown": "^0.5.0",
"moment": "^2.10.6",
"npm-angular-route": "^1.3.0-build.2880",
"object-diff": "0.0.2",
"object-versions": "^1.0.0",
"octonode": "^0.6.18",
"rc": "^0.5.5",
"request-promise": "^0.4.3",
"sails": "~0.11.0",
"sails-disk": "~0.10.0",
"sails-postgresql": "^0.10.15"
},
"scripts": {
"start": "coffee app.coffee",
"debug": "coffee --nodejs debug app.coffee"
},
"main": "app.coffee",
"repository": {
"type": "git",
"url": "git://github.com/kaen/zk-balance.git"
},
"author": "kaen",
"license": "",
"devDependencies": {
"sails-generate-controller-coffee": "0.0.0",
"sails-generate-model-coffee": "^0.10.9",
"waterline": "^0.10.26"
}
}