-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "p5.ijeoma.js",
"filename": "p5.ijeoma.min.js",
"version": "1.0.0",
"description": "A p5.js addon for animating HTML5 and javascript properties",
"homepage": "https://github.com/ekeneijeoma/p5.ijeoma.js",
"keywords": [
"canvas",
"svg",
"webgl",
"html5",
"animation"
],
"maintainers": [{
"name": "Ekene Ijeoma",
"email": "[email protected]",
"web": "http://ekeneijeoma.com"
}],
"bugs": "https://github.com/ekeneijeoma/p5.ijeoma.js/issues",
"licenses": [{
"type": "MIT"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/ekeneijeoma/p5.ijeoma.js"
}],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.17",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "^0.6.1"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/ekeneijeoma/p5.ijeoma.git",
"basePath": "",
"files": [
"p5.ijeoma.min.js",
"p5.ijeoma.js"
]
}
}