package.json
394 Bytes
{
"name": "mars-static",
"version": "1.0.0",
"description": "mars-static",
"main": "build.js",
"scripts": {
"start": "node build.js",
"dev": "ada --host 0.0.0.0 --port 7002",
"build": "node build.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ada": "^0.1.6"
},
"devDependencies": {
"jquery": "^1.12.4",
"jquery-lazyload": "^1.9.7"
}
}