You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
498 B

{
"name": "ledpi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"watch": {
"start": "*.js"
},
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm-watch start"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"i2c-bus": "^4.0.10",
"mysql2": "^2.1.0",
"npm-watch": "^0.6.0",
"pca9685": "^4.0.3"
}
}