spinjs
Version:
<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spin.js/master/logo.svg"></a></p>
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "spinjs",
"version": "0.4.4",
"scripts": {
"clean": "rm -rf ./lib",
"compile": "tsc",
"watch": "tsc -w",
"lint": "tslint --fix 'src/*.ts*' -p tsconfig.json --type-check && tslint 'test/*.ts*' -p tsconfig.json --type-check",
"test": " ",
"prepublish": "npm run clean && npm run compile"
},
"files": [
"src",
"lib",
"html-plugin-template.ejs",
"spin.config.js",
"spin.js",
"webpack.config.js"
],
"bin": {
"spin": "./spin.js"
},
"devDependencies": {
"@types/ip": "^0.0.30",
"@types/lodash": "^4.14.71",
"@types/mkdirp": "^0.5.0",
"@types/node": "^7.0.18",
"@types/webpack": "^3.0.10",
"@types/webpack-sources": "^0.1.2",
"@types/yargs": "^8.0.2",
"tslint": "^5.2.0",
"typescript": "^2.4.1"
},
"dependencies": {
"containerized": "^1.0.2",
"ip": "^1.1.5",
"lodash": "^4.17.4",
"minilog": "^3.1.0",
"mkdirp": "^0.5.1",
"source-list-map": "^2.0.0",
"source-map-support": "^0.4.15",
"webpack-merge": "^4.1.0",
"webpack-sources": "^1.0.1",
"yargs": "^8.0.2"
}
}