papercss/package.json
2017-12-09 10:07:58 +01:00

66 lines
1.7 KiB
JSON

{
"name": "papercss",
"version": "1.2.0",
"description": "Another CSS framework",
"main": "index.js",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhyneav/papercss.git"
},
"author": "Rhyne Vlaservich <rhyneav@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhyneav/papercss/issues"
},
"homepage": "https://github.com/rhyneav/papercss#readme",
"dependencies": {
"gulp": "3.9.1",
"gulp-clean-css": "3.9.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "5.0.0",
"gulp-less": "3.3.2",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-watch-less": "1.0.1",
"less": "2.7.2",
"normalize.css": "7.0.0",
"normalize.less": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.1.0",
"chai": "^4.1.2",
"http-server": "^0.9.0",
"install": "0.10.1",
"jake": "^8.0.15",
"jshint": "^2.9.4",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-commonjs": "1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-node-modules-middleware": "^1.0.1",
"karma-quixote": "^1.0.0",
"karma-requirejs": "^1.1.0",
"mocha": "^4.0.1",
"nodemon": "^1.11.0",
"npm": "5.3.0",
"object-merge": "^2.5.1",
"os": "^0.1.1",
"procfile": "^0.1.1",
"quixote": "^0.14.0",
"request": "^2.83.0",
"requirejs": "^2.3.5",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"simplebuild-jshint": "^1.3.0",
"simplebuild-karma": "^1.0.0",
"webpack-dev-server": "2.7.1"
}
}