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.

26 lines
651 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": "oao bootstrap",
8 years ago
"docs:build": "gitbook build",
"docs:deploy": "npm run docs:build && gh-pages --dist _book --remote upstream",
"docs:serve": "gitbook serve"
},
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",
"oao": "^0.4.1"
8 years ago
}
}