-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 Bytes
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
{
"name": "automatic-cinema-controller",
"version": "0.0.1",
"description": "Automatic Cinema Controller can be run in the browser or added to a cordova project.",
"main": "index.html",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/urshofer/automatic-cinema-controller.git"
},
"keywords": [
"automatic",
"cinema"
],
"author": "Urs Hofer",
"license": "GPL",
"bugs": {
"url": "https://github.com/urshofer/automatic-cinema-controller/issues"
},
"homepage": "https://github.com/urshofer/automatic-cinema-controller",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0"
}
}