-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "pimatic-mobile-frontend",
"description": "Provides a jQuery mobile webinterface for pimatic.",
"author": "Oliver Schneider <[email protected]> (http://sweetpi.de)",
"license": "GPL-2.0",
"main": "mobile-frontend.coffee",
"files": [
"app",
"doc",
"public",
"mobile-frontend.coffee",
"mobile-frontend-config-schema.coffee",
"coffee",
"views",
"themes",
"LICENSE",
"README.md"
],
"version": "0.9.16",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-mobile-frontend.git"
},
"configSchema": "mobile-frontend-config-schema.coffee",
"bundledDependencies": [
"jade",
"nap",
"render-appcache-manifest"
],
"dependencies": {
"colour.js": "^1.5.2",
"jade": "^1.11.0",
"jqmthemer": "0.0.1",
"nap": "0.8.1",
"render-appcache-manifest": "0.3.0"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-coffee": "~1.0.0"
}
}