sock.build
Version:
This for test
40 lines (39 loc) • 782 B
JSON
{
"name": "sock.build",
"version": "1.0.3",
"description": "This for test",
"main": "index.js",
"bin": {
"sock": "./bin/index.js"
},
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guguaihaha/socks.git"
},
"keywords": [
"socks",
"sock",
"build"
],
"author": "zhangjinglin",
"license": "MIT",
"bugs": {
"url": "https://github.com/guguaihaha/socks/issues"
},
"homepage": "https://github.com/guguaihaha/socks#readme",
"dependencies": {
"colors": "^1.3.2",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"git-clone": "^0.1.0",
"minimist": "^1.2.0",
"nunjucks": "^3.1.4"
},
"directories": {
"lib": "lib"
},
"devDependencies": {}
}