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
1.1 KiB

8 years ago
{
"name": "neutrino-dev",
8 years ago
"version": "4.1.1",
8 years ago
"private": true,
8 years ago
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"repository": "mozilla-neutrino/neutrino-dev",
"scripts": {
"bootstrap": "oao bootstrap",
8 years ago
"changelog": "changelog mozilla-neutrino/neutrino-dev all --markdown > CHANGELOG.md",
"deps:add": "oao add",
"deps:remove": "oao remove",
"deps:upgrade": "oao upgrade",
"deps:clean": "rm -rf packages/**/node_modules",
"docs:build": "gitbook build && cp CNAME _book",
"docs:deploy": "yarn docs:build && gh-pages --dist _book --remote upstream",
8 years ago
"docs:serve": "gitbook serve",
"release": "yarn release:pre && oao publish",
"release:pre": "oao prepublish"
},
8 years ago
"devDependencies": {
8 years ago
"changelog": "^1.0.7",
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",
8 years ago
"oao": "^0.5.2"
8 years ago
}
}