forked from processing/p5.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.05 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "p5",
"repository": {
"type": "git",
"url": "git+https://github.com/processing/p5.js.git"
},
"scripts": {
"grunt": "grunt",
"build": "grunt build",
"docs": "grunt yui",
"test": "grunt"
},
"version": "0.5.16",
"devDependencies": {
"amdclean": "~0.3.3",
"browserify": "^11.0.1",
"chai": "^3.5.0",
"concat-files": "^0.1.0",
"derequire": "^2.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^1.0.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": "1.0.0",
"grunt-http": "^2.2.0",
"grunt-jscs": "^3.0.1",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-minjson": "^0.4.0",
"grunt-mocha": "^1.0.4",
"grunt-mocha-test": "^0.12.7",
"grunt-newer": "^1.1.0",
"grunt-release-it": "^1.0.1",
"grunt-saucelabs": "8.6.1",
"grunt-update-json": "^0.2.1",
"jscs-stylish": "^0.3.1",
"marked": "^0.3.5",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"request": "^2.81.0"
},
"license": "LGPL-2.1",
"dependencies": {
"brfs": "^1.4.0",
"es6-promise": "^4.0.5",
"fetch-jsonp": "^1.0.6",
"opentype.js": "^0.7.1",
"whatwg-fetch": "^2.0.2"
},
"main": "./lib/p5.js",
"files": [
"license.txt",
"lib/p5.min.js",
"lib/p5.js",
"lib/addons/p5.sound.js",
"lib/addons/p5.sound.min.js",
"lib/addons/p5.dom.js",
"lib/addons/p5.dom.min.js"
],
"description": "[![Build Status](https://travis-ci.org/processing/p5.js.svg?branch=master)](https://travis-ci.org/processing/p5.js) [![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)",
"bugs": {
"url": "https://github.com/processing/p5.js/issues"
},
"homepage": "https://github.com/processing/p5.js#readme",
"directories": {
"doc": "docs",
"test": "test"
},
"author": ""
}