-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 970 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 970 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
29
30
31
32
33
34
{
"name": "ffshelf",
"version": "1.0.0",
"description": "A popup box for selecting files on web",
"main": "index.js",
"scripts": {
"rollup": "rollup -c rollup.config.js",
"rollup-watch": "rollup -c rollup.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/floatflower/FFShelf.git"
},
"author": "FloatFlower.Huang",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatflower/FFShelf/issues"
},
"homepage": "https://github.com/floatflower/FFShelf#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"path": "^0.12.7",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^3.0.0",
"uglify-es": "^3.2.2",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.5.11"
}
}