publish
Showing
This diff is collapsed.
{ | ||
"name": "publish", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "build.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "sh ./publish/build.sh", | ||
"win": "cd publish && build.cmd" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"compressing": "^1.5.0" | ||
} | ||
"name": "publish", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "build.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "sh ./publish/build.sh", | ||
"win": "cd publish && build.cmd" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"compressing": "^1.5.0", | ||
"node-sass": "^4.0.0" | ||
} | ||
} |
Please register or sign in to comment