-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 889 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
{
"name": "pushbuttonjs",
"version": "1.0.2",
"description": "http://gtdalp.github.io/pushbutton/demos/pushbutton.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtdalp/pushbutton.git"
},
"author": "xisa",
"license": "ISC",
"bugs": {
"url": "https://github.com/gtdalp/pushbutton/issues"
},
"homepage": "https://github.com/gtdalp/pushbutton#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-postcss": "^0.2.0",
"rollup-plugin-uglify": "^1.0.1",
"tethys": "0.0.3"
}
}