forked from indefinit/p5.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
44
45
46
47
48
49
50
{
"name": "p5",
"repository": {
"type": "git",
"url": "https://github.com/processing/p5.js.git"
},
"scripts": {
"grunt": "grunt",
"build": "grunt build",
"docs": "grunt yui",
"test": "grunt"
},
"version": "0.4.8",
"devDependencies": {
"amdclean": "~0.3.3",
"browserify": "^11.0.1",
"concat-files": "^0.1.0",
"derequire": "^2.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "0.5.2",
"grunt-jscs": "^1.8.0",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-mocha": "~0.4.6",
"grunt-newer": "^1.1.0",
"grunt-update-json": "^0.2.1",
"jscs-stylish": "^0.3.1",
"phantomjs": "~1.9.2-4"
},
"license": "LGPL-2.1",
"dependencies": {
"brfs": "^1.4.0",
"opentype.js": "^0.4.9",
"reqwest": "^1.1.5"
},
"main": "./lib/p5.js",
"files": [
"license.txt",
"lib/p5.min.js",
"lib/p5.js",
"lib/addons/p5.sound.js",
"lib/addons/p5.dom.js"
]
}