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.
29 lines
817 B
29 lines
817 B
{
|
|
"name": "neutrino-dev",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"keywords": [
|
|
"neutrino"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"bootstrap": "oao bootstrap",
|
|
"deps:add": "oao add",
|
|
"deps:remove": "oao remove",
|
|
"deps:upgrade": "oao upgrade",
|
|
"deps:clean": "rm -rf packages/**/node_modules",
|
|
"docs:build": "gitbook build",
|
|
"docs:deploy": "npm run docs:build && cp CNAME _book && gh-pages --dist _book --remote upstream",
|
|
"docs:serve": "gitbook serve"
|
|
},
|
|
"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",
|
|
"oao": "^0.5.1"
|
|
}
|
|
}
|
|
|