You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
983 B

{
"name": "rollupjs.org",
"author": "Rich Harris",
"version": "0.1.0",
"devDependencies": {
"autoprefixer": "^6.0.3",
"cssnano": "^3.3.1",
"eslint": "^1.6.0",
"eslint-plugin-html": "^1.0.4",
"gobble": "^0.10.2",
"gobble-browserify": "^0.6.1",
"gobble-cli": "^0.4.2",
"gobble-postcss": "^0.2.1",
"gobble-ractive": "^0.2.0",
"gobble-rollup-babel": "^0.1.2",
"gobble-spelunk": "^0.6.0",
"gobble-uglifyjs": "^0.2.1",
"postcss-clearfix": "^0.2.0",
"postcss-import": "^7.0.0",
"postcss-nested": "^1.0.0",
"surge": "^0.15.0"
},
"scripts": {
"start": "gobble",
"lint": "node node_modules/eslint/bin/eslint src --ext .js --ext .html",
"build": "gobble build -f dist",
"deploy": "surge dist rollup.surge.sh",
"predeploy": "npm run build"
},
"dependencies": {
"ractive": "^0.7.3",
"ractive-events-tap": "^0.2.0",
"ractive-transitions-slide": "^0.2.1",
"rollup": "^0.19.1"
}
}