-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
41 lines (41 loc) · 928 Bytes
/
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
{
"name": "iiojs",
"version": "1.4.0",
"description": "iio.js Engine speeds the development and deploy of HTML5 applications.",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-uglify": "~0.4.1",
"grunt-contrib-watch": "~0.6.1"
},
"devDependencies": {
"uglify-save-license": "^0.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iioinc/iio.js"
},
"keywords": [
"html5",
"canvas",
"iio",
"javascript",
"iioscript",
"processing"
],
"author": "Sebastian Bierman-Lytle",
"license": "BSD",
"bugs": {
"url": "https://github.com/iioinc/iio.js/issues"
},
"homepage": "http://iio.js.org"
}