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.

34 lines
976 B

8 years ago
{
"name": "neutrino-dev",
"version": "4.0.0",
8 years ago
"private": true,
"keywords": [
"neutrino"
],
8 years ago
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"scripts": {
"bootstrap": "autolink bootstrap",
"clean-all": "autolink clean",
"link-all": "autolink link",
8 years ago
"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"
},
8 years ago
"devDependencies": {
8 years ago
"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"
8 years ago
}
}