ignite-boilerplate-andross-typescript
Version:
Customized version of ignite Andross With TypeScript Support.
62 lines (61 loc) • 1.47 kB
JSON
{
"bugs": {
"url": "https://github.com/lvlrSajjad/ignite-boilerplate-andross-typescript/issues"
},
"bundleDependencies": false,
"dependencies": {
"ramda": "^0.23.0"
},
"deprecated": false,
"description": "Customized version of ignite Andross With TypeScript Support.",
"devDependencies": {
"babel-eslint": "^7.1.1",
"fs-jetpack": "^1.0.0",
"jest": "^20.0.4",
"np": "^2.15.0",
"sinon": "^2.3.1",
"socks": "^2.1.6",
"standard": "^10.0.2",
"tempy": "^0.1.0"
},
"files": [
"boilerplate",
"boilerplate/*",
"commands",
"lib",
"templates",
"boilerplate.js",
"ignite.json",
"options.js",
"plugin.js",
"readme.md",
"screenExamples.js"
],
"homepage": "https://github.com/lvlrSajjad/ignite-boilerplate-andross-typescript",
"license": "MIT",
"name": "ignite-boilerplate-andross-typescript",
"repository": {
"type": "git",
"url": "git+https://github.com/lvlrSajjad/ignite-boilerplate-andross-typescript.git"
},
"scripts": {
"coverage": "jest --runInBand --coverage",
"lint": "standard",
"shipit": "np",
"test": "jest",
"watch": "jest --runInBand --watch"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"__DEV__",
"jasmine",
"beforeAll",
"afterAll",
"test",
"expect",
"describe"
]
},
"version": "0.1.97"
}