-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"author": "Renato de Pontes Pereira",
"name": "behavior3editor",
"version": "0.2.0",
"homepage": "http://behavior3.com",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/renatopp/behavior3editor/master/LICENSE"
},
"bugs": "https://github.com/renatopp/behavior3editor/issues",
"repository": {
"type": "git",
"url": "git@github.com:renatopp/behavior3editor.git"
},
"main": "src/index.html",
"window": {
"title": "Behavior3 Editor - http://behavior3.com",
"toolbar": true,
"frame": true,
"width": 900,
"height": 800,
"position": "center",
"min_width": 600,
"min_height": 400
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-node-webkit-builder": "^1.0.2"
},
"todo": {
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-jshint": "^0.4.3"
}
}