-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2 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
76
77
78
{
"name": "p5.drawer",
"repository": {
"type": "git",
"url": "https://github.com/doriclaudino/p5.drawer.git"
},
"author": "Dori Claudino <[email protected]> @doriclaudino",
"description": "Mock and generate a drawer on top of your sketch.",
"keywords": [
"sketch",
"p5js",
"processing",
"drawer",
"scribit",
"axidraw",
"p5sound",
"art",
"creative"
],
"main": "dist/p5.drawer.js",
"module": "dist/p5.drawer.js",
"version": "2.0.0",
"license": "MIT",
"files": [
"dist/p5.drawer.js",
"dist/p5.drawer.js.map",
"dist/p5.drawer.min.js",
"dist/p5.drawer.min.js.map"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"almond": "~0.2.7",
"amdclean": "^2.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-preval": "^3.0.1",
"chai": "^4.2.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-decomment": "^0.2.4",
"grunt-eslint": "^20.0.0",
"grunt-istanbul": "^0.8.0",
"grunt-karma": "^4.0.0",
"grunt-mocha": "^1.0.4",
"grunt-open": "^0.2.3",
"grunt-webpack": "^3.1.3",
"karma": "^5.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.0",
"karma-webpack": "^4.0.2",
"mocha": "^7.1.1",
"p5": "^1.0.0",
"raw-loader": "^3.0.0",
"uglify-loader": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.33.0",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^3.3.11"
},
"resolutions": {
"amdclean/lodash": "^4.17.12",
"grunt-mocha/**/**/minimist": "^1.2.3",
"**/serialize-javascript": "^2.1.1"
},
"scripts": {
"build": "grunt",
"test": "grunt run-tests",
"lint": "grunt lint",
"dev": "grunt dev",
"ci:validate": "circleci config validate",
"ci:executeLocal": "circleci local execute"
}
}