aqualogue/package.json

17 lines
330 B
JSON
Raw Permalink Normal View History

2019-05-23 09:05:12 -07:00
{
"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"
}
}