-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 845 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 845 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
29
{
"name": "piccolo2d",
"version": "0.1.0",
"description": "Piccolo2D is a toolkit that supports the development of 2D structured graphics programs, in general, and Zoomable User Interfaces (ZUIs), in particular.",
"main": "dist/piccolo2d.min.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/allain/piccolo2d.js.git"
},
"keywords": [
"JavaScript",
"ZUI",
"html5"
],
"devDependencies": {
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*"
},
"author": "Piccolo2D Project",
"license": "https://raw.github.com/allain/piccolo2d.js/master/piccolo2d-license.txt",
"bugs": {
"url": "https://github.com/allain/piccolo2d.js/issues"
},
"homepage": "https://github.com/allain/piccolo2d.js"
}