You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
976 B
33 lines
976 B
{
|
|
"name": "neutrino-dev",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"keywords": [
|
|
"neutrino"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"bootstrap": "autolink bootstrap",
|
|
"clean-all": "autolink clean",
|
|
"link-all": "autolink link",
|
|
"docs:build": "gitbook build",
|
|
"docs:deploy": "yarn docs:build && gh-pages --dist _book --remote upstream",
|
|
"docs:serve": "gitbook serve",
|
|
"bump:major": ".scripts/version-all major",
|
|
"bump:minor": ".scripts/version-all minor",
|
|
"bump:patch": ".scripts/version-all patch",
|
|
"publish-all": ".scripts/publish-all"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^0.12.0",
|
|
"gitbook-cli": "^2.3.0",
|
|
"gitbook-plugin-anchorjs": "^1.1.1",
|
|
"gitbook-plugin-edit-link": "^2.0.2",
|
|
"gitbook-plugin-github": "^2.0.0",
|
|
"gitbook-plugin-prism": "^2.1.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"semver": "^5.3.0",
|
|
"yarn-autolink": "^1.1.0"
|
|
}
|
|
}
|
|
|