sensortoy/package.json
Martin Donnelly 0d90e0b7f6 New dials
2016-06-17 16:50:40 +01:00

42 lines
1.0 KiB
JSON

{
"name": "sensortoy",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://gitlab.silvrtree.co.uk/martind2000/sensortoy.git"
},
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-google-webfonts": "0.0.12",
"gulp-html-replace": "^1.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-scss": "^1.3.17",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"jshint": "^2.9.2",
"scss": "^0.2.4"
},
"dependencies": {
"express": "^4.13.4"
}
}