-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 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
{
"name": "activity_widget",
"version": "1.0.0",
"description": "ABL widget",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/askucher/xonom-skeleton.git"
},
"author": "Andrey Stegno",
"license": "ISC",
"bugs": {
"url": "https://github.com/askucher/xonom-skeleton/issues"
},
"homepage": "https://github.com/askucher/xonom-skeleton#readme",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.9",
"grunt-bower-concat": "^0.6.0",
"grunt-bower-task": "^0.4.0",
"grunt-coffee": "0.0.6",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-livescript": "^0.6.0",
"grunt-newer": "^1.2.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-ng-constant": "^1.1.0",
"grunt-open": "^0.2.3",
"grunt-remove-usestrict": "^0.1.1",
"grunt-replace": "^0.11.0",
"grunt-sass": "^1.2.0",
"grunt-shell": "^1.3.0",
"grunt-ts": "^5.4.0",
"grunt-xonom": "^0.1.37",
"grunt-yui-compressor": "^0.4.0",
"mongojs": "^2.4.0",
"prelude-ls": "^1.1.2",
"time-grunt": "^1.3.0",
"xonom": "^0.1.111"
},
"devDependencies": {}
}