-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1004 Bytes
/
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
{
"name": "chimee-plugin-snapshot",
"version": "0.1.0",
"description": "snapshot plugin for Chimee Player",
"main": "dist/chimee-plugin-snapshot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup --config scripts/rollup.build.js --watch",
"build": "rollup --config scripts/rollup.build.js",
"demo": "rollup --config scripts/rollup.demo.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zcoding/chimee-plugin-snapshot.git"
},
"keywords": [
"chimee",
"snapshot"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/zcoding/chimee-plugin-snapshot/issues"
},
"homepage": "https://github.com/zcoding/chimee-plugin-snapshot#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"rollup": "^0.53.2",
"rollup-plugin-babel": "^3.0.3"
}
}