treeherder/package.json

65 строки
2.2 KiB
JSON
Исходник Обычный вид История

2014-04-08 21:40:33 +04:00
{
"name": "treeherder",
"description": "Mozilla Treeherder reporting dashboard",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
"node": "7.9.0"
},
"dependencies": {
"angular": "1.5.8",
"angular-cookies": "1.5.8",
"angular-local-storage": "0.5.0",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-toarrayfilter": "1.0.1",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-router": "0.4.2",
"bootstrap": "3.3.5",
"deepmerge": "1.3.2",
"font-awesome": "4.4.0",
"hawk": "2.3.1",
"jquery": "2.1.3",
"jquery.scrollto": "2.1.0",
"js-yaml": "3.7.0",
"json-schema-defaults": "0.2.0",
"lodash": "4.17.4",
"mousetrap": "1.4.6",
"neutrino": "4.3.1",
"neutrino-lint-base": "4.3.1",
"neutrino-preset-react": "4.2.3",
"ngreact": "0.3.0",
"raw-loader": "0.5.1",
"react": "15.3.1",
"react-dom": "15.3.1",
"taskcluster-client": "1.6.3",
"webpack-md5-hash": "0.0.5"
2014-04-08 21:40:33 +04:00
},
"devDependencies": {
"angular-mocks": "1.5.8",
"enzyme": "2.7.1",
"eslint": "3.17.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-coverage-istanbul-reporter": "0.2.3",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.1.0",
"neutrino-preset-karma": "4.2.0",
"react-addons-test-utils": "15.3.1"
},
2014-04-08 21:40:33 +04:00
"scripts": {
"build": "./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
"lint": "./node_modules/eslint/bin/eslint.js ui/",
"start": "./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
"start:local": "./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/local-watch.js",
"start:stage": "SERVICE_DOMAIN=https://treeherder.allizom.org ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
"test": "./node_modules/neutrino/bin/neutrino test --presets ./neutrino-custom/test.js",
"test:watch": "./node_modules/neutrino/bin/neutrino test --watch --presets ./neutrino-custom/test.js"
2014-04-08 21:40:33 +04:00
}
}