sensortoy/package.json

23 lines
526 B
JSON
Raw Normal View History

2016-06-01 15:08:26 +00:00
{
"name": "sensortoy",
2016-06-01 15:08:43 +00:00
"version": "1.1.0",
2016-06-01 15:08:26 +00:00
"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": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2"
}
}