-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
66 lines (66 loc) · 1.71 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
64
65
66
{
"name": "zentodone",
"version": "0.1.5",
"license": "MIT",
"author": "Stephan Bönnemann",
"repository": {
"type": "git",
"url": "git://github.com/boennemann/zentodone.git"
},
"bugs": {
"url": "https://github.com/boennemann/zentodone/issues"
},
"type": "app",
"dependencies": {
"grunt-connect-proxy": "^0.2.0",
"hoodie-plugin-angularjs": "^0.1.1",
"hoodie-plugin-appconfig": "^2.0.1",
"hoodie-plugin-email": "^1.0.0",
"hoodie-plugin-users": "^2.1.2",
"hoodie-server": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-angular-templates": "^0.5.4",
"grunt-bump": "^0.0.16",
"grunt-concurrent": "^1.0.0",
"grunt-connect-proxy": "^0.1.10",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-hoodie": "^0.5.1",
"grunt-manifest": "^0.4.0",
"grunt-ngmin": "^0.0.3",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^2.1.1",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"subdomain": "zentodone",
"domains": [
"admin.zentodone.jit.su",
"couch.zentodone.jit.su"
],
"scripts": {
"start": "node node_modules/hoodie-server/bin/start",
"test": "grunt test"
},
"hoodie": {
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users",
"hoodie-plugin-angularjs"
]
}
}