mirror of
https://gitlab.silvrtree.co.uk/martind2000/sensortoy-app.git
synced 2025-01-10 20:45:08 +00:00
18 lines
347 B
JSON
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"
|
|
}
|
|
}
|