aqualogue/package.json
2019-05-23 09:07:15 -07:00

16 lines
330 B
JSON

{
"name": "aqualogue",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/RedEnchilada/aqualogue",
"author": "redenchilada",
"license": "BSD",
"private": true,
"dependencies": {
"serve": "^11.0.0",
"shelljs": "^0.8.3"
},
"scripts": {
"build": "node ./scripts.js build"
}
}