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