papercss/package.json

75 lines
2.1 KiB
JSON
Raw Normal View History

2017-09-27 23:10:41 +02:00
{
"name": "papercss",
2018-01-13 22:20:33 +01:00
"version": "1.4.1",
2017-12-15 16:25:13 +01:00
"description": "The less formal CSS framework.",
2017-09-27 23:10:41 +02:00
"main": "index.js",
"scripts": {
2017-09-29 18:56:22 +02:00
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
2017-12-05 23:45:24 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2018-01-04 00:13:37 +01:00
"postinstall": "gulp postinstall",
2018-05-23 03:19:07 +02:00
"stylelint": "node_modules/stylelint/bin/stylelint.js 'src/**/*.scss'"
2017-09-27 23:10:41 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhyneav/papercss.git"
},
"author": "Rhyne Vlaservich <rhyneav@gmail.com>",
2017-09-27 23:10:41 +02:00
"license": "ISC",
"bugs": {
"url": "https://github.com/rhyneav/papercss/issues"
},
"homepage": "https://github.com/rhyneav/papercss#readme",
2017-12-08 12:17:58 +01:00
"dependencies": {
2017-09-27 23:10:41 +02:00
"gulp": "3.9.1",
2017-10-17 22:03:15 +02:00
"gulp-clean-css": "3.9.0",
2017-09-27 23:10:41 +02:00
"gulp-connect": "5.0.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^3.1.0",
"optional": "^0.1.4"
2017-12-08 12:17:58 +01:00
},
"devDependencies": {
"browserify": "^14.1.0",
"chai": "^4.1.2",
2017-11-25 09:25:43 +01:00
"gulp-less": "3.3.2",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
2018-01-03 23:43:11 +01:00
"gulp-sass": "^3.1.0",
2018-01-03 23:56:56 +01:00
"gulp-stylelint": "6.0.0",
2017-11-25 09:25:43 +01:00
"gulp-watch-less": "1.0.1",
2018-04-03 09:30:29 +02:00
"http-server": "^0.9.0",
2017-11-25 09:25:43 +01:00
"hugo-bin": "^0.17.0",
2017-09-27 23:10:41 +02:00
"install": "0.10.1",
2017-12-02 17:27:09 +01:00
"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",
2018-04-03 09:30:29 +02:00
"npm": "^5.3.0",
2017-12-02 17:27:09 +01:00
"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",
2018-01-03 23:43:11 +01:00
"stylelint": "8.4.0",
2018-01-04 00:13:37 +01:00
"stylelint-config-sass-guidelines": "4.0.1",
2018-01-03 23:43:11 +01:00
"stylelint-config-standard": "18.0.0",
2018-01-04 00:13:37 +01:00
"stylelint-order": "0.8.0",
2018-01-03 23:43:11 +01:00
"stylelint-scss": "2.2.0",
2017-09-27 23:10:41 +02:00
"webpack-dev-server": "2.7.1"
}
}