forked from processing/p5.js-website-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "p5js",
"description": "The best project ever..",
"version": "0.1.0",
"homepage": "https://github.com/processing/p5.js-website",
"author": {
"name": "mayaman26",
"url": "http://github.com/processing"
},
"repository": {
"type": "git",
"url": "git://github.com/processing/p5.js-website"
},
"bugs": {
"url": "https://github.com/processing/p5.js-website"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "grunt assemble"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/processing/p5.js-website/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"assemble": "^0.4.42",
"assemble-contrib-i18n": "^0.1.6",
"assemble-contrib-permalinks": "*",
"autoprefixer": "^6.4.0",
"cssnano": "^3.7.4",
"ejs": "^2.4.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^1.0.0",
"grunt-file-append": "0.0.7",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.8.0",
"grunt-uncss": "^0.6.1",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}