sensortoy-app/package.json
Martin Donnelly 9b5925625d init
2016-05-27 09:51:36 +01:00

18 lines
347 B
JSON

{
"name": "sensortoy-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.13.4"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}