UNPKG

666 BJSONView Raw
1{
2 "name": "fullpage-vue",
3 "version": "1.9.1",
4 "description": "vue 2.x fullpage rollup ",
5 "main": "./dist/fullpage.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "rollup -c",
9 "dev": "rollup -c rollup.config.js -w"
10 },
11 "keywords": [
12 "vue",
13 "fullpage",
14 "rollup"
15 ],
16 "author": "abel",
17 "license": "MIT",
18 "dependencies": {
19 "babel-preset-es2015": "^6.24.1",
20 "rollup": "^0.43.0",
21 "rollup-plugin-serve": "^0.4.2",
22 "rollup-watch": "^4.0.0",
23 "vue": "^2.3.4"
24 },
25 "devDependencies": {
26 "babel-plugin-external-helpers": "^6.22.0",
27 "rollup-plugin-babel": "^2.7.1"
28 }
29}