forked from processing/p5.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 868 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
{
"name": "p5",
"repository": {
"type": "git",
"url": "https://github.com/lmccart/p5.js.git"
},
"version": "0.3.5",
"devDependencies": {
"almond": "~0.2.7",
"amdclean": "~0.3.3",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "0.5.2",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-mocha": "~0.4.6",
"grunt-release": "^0.7.0",
"phantomjs": "~1.9.2-4"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-2.1.html"
}
],
"dependencies": {
"reqwest": "~0.9.6"
},
"files": [
"license.txt",
"lib/p5.min.js",
"lib/p5.js",
"lib/p5.sound.js",
"lib/p5.dom.js"
]
}