systemjs-seed
Version:
seed project for systemjs and angular
47 lines (46 loc) • 1.62 kB
JSON
{
"name": "systemjs-seed",
"version": "1.1.1",
"description": "seed project for systemjs and angular",
"author": "Jon Stevens <latchkey@gmail.com>",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-helpers": "^1.5.3",
"jspm": "^0.15.1",
"protractor": "^2.0.0"
},
"dependencies": {},
"jspm": {
"directories": {
"baseURL": "dist",
"lib": "src",
"packages": "jspm_packages"
},
"configFile": "system.config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.15",
"angular-mocks": "github:angular/bower-angular-mocks@^1.3.15",
"css": "github:systemjs/plugin-css@^0.1.6",
"json": "github:systemjs/plugin-json@^0.1.0",
"ngreact": "github:davidchang/ngReact@^0.1.4",
"oclazyload-systemjs-router": "github:lookfirst/oclazyload-systemjs-router@^1.2.1",
"react": "npm:react@^0.13.0",
"todomvc-app-css": "github:tastejs/todomvc-app-css@^1.0.2",
"todomvc-common": "github:tastejs/todomvc-common@^1.0.1"
},
"devDependencies": {
"babel": "npm:babel@^4.7.16",
"babel-runtime": "npm:babel-runtime@^4.7.16"
}
},
"repository": {
"type": "git",
"url": "https://github.com/lookfirst/systemjs-seed.git"
},
"scripts": {
"postinstall": "jspm install",
"test": "gulp recompile && ./node_modules/gulp-helpers/node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"protractor-setup": "./node_modules/.bin/webdriver-manager update --standalone",
"protractor-run": "gulp babel-e2e && ./node_modules/.bin/protractor protractor.conf.js"
}
}