Skip to content

Instantly share code, notes, and snippets.

@jkuri
Last active February 26, 2016 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkuri/78a987c34e0bc9d11f1b to your computer and use it in GitHub Desktop.
Save jkuri/78a987c34e0bc9d11f1b to your computer and use it in GitHub Desktop.
{
"name": "proj",
"version": "0.0.0",
"license": "Apache-2.0",
"angular-cli": {
"packages": [
{
"name": "jquery",
"version": "2.2.1"
},
{
"name": "moment",
"version": "2.11.2"
}
]
},
"scripts": {
"start": "ng server",
"postinstall": "typings install --ambient",
"lint": "tslint src/**/*.ts",
"format": "clang-format -i -style=file --glob=src/**/*.ts",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"angular2": "2.0.0-beta.7",
"clang-format": "^1.0.35",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.20"
},
"devDependencies": {
"angular-cli": "0.0.*",
"angular-cli-github-pages": "^0.2.0",
"ember-cli-inject-live-reload": "^1.3.0",
"glob": "^6.0.4",
"jasmine-core": "^2.3.4",
"jasmine-spec-reporter": "^2.4.0",
"jquery": "^2.2.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"moment": "^2.11.2",
"protractor": "^3.0.0",
"ts-node": "^0.5.5",
"tslint": "^3.3.0",
"typescript": "^1.8.2",
"typings": "^0.6.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment