forked from hapjs/action-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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": "action-sheet",
"version": "1.0.5",
"main": "build/action-sheet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build && uglifyjs build/action-sheet.js -o build/action-sheet.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hapjs/action-sheet.git"
},
"author": "hapjs",
"license": "ISC",
"bugs": {
"url": "https://github.com/hapjs/action-sheet/issues"
},
"homepage": "https://github.com/hapjs/action-sheet#readme",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.7.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"
}
}