forked from processing/p5.accessibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "p5.accessibility",
"version": "0.1.1",
"description": "npm package to provide text and sound additions to p5 sketch output",
"main": "index.js",
"scripts": {
"test": "grunt run-tests",
"build": "eslint src/ && grunt"
},
"contributors": [
"MathuraMG",
"lmhyphenn",
"CleezyITP"
],
"bugs": "https://github.com/processing/p5.accessibility/issues",
"license": "ISC",
"dependencies": {
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-curl": "^2.4.1",
"jquery": "^3.2.1"
},
"devDependencies": {
"eslint": "^5.0.1",
"eslint-config-p5js": "^1.0.1",
"grunt": "^1.0.3",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-mocha": "^1.1.0",
"grunt-open": "^0.2.3",
"nyc": "^12.0.2"
}
}