forked from coffeedeveloper/turntable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 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
34
{
"name": "lottery-turntable",
"version": "1.3.6",
"description": "turntable for lottery",
"main": "lib/turntable.js",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"release": "rollup -c && uglifyjs -o build/turntable.min.js lib/turntable.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coffeedeveloper/turntable.git"
},
"keywords": [
"lottery",
"turntable"
],
"author": "CoffeeDeveloper",
"license": "MIT",
"bugs": {
"url": "https://github.com/coffeedeveloper/turntable/issues"
},
"homepage": "https://github.com/coffeedeveloper/turntable#readme",
"devDependencies": {
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-watch": "^3.2.2",
"uglify-js": "^2.6.2"
}
}