-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 828 Bytes
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
{
"name": "processing.sk",
"version": "0.0.6",
"description": "A python interface for processing.js for skulpt",
"main": "main.js",
"browserslist": "> 0.2%, ie=10",
"scripts": {
"build": "eslint src/** && rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postbuild": "uglifyjs -c -m -o processing-sk-min.js processing-sk.js"
},
"repository": {
"type": "git",
"url": "https://github.com/trinketapp/processing.sk.git"
},
"author": "Albert-Jan Nijburg",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"eslint": "^5.5.0",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"uglify-js": "^3.1.9"
}
}