Skip to content

Instantly share code, notes, and snippets.

@nikolaj-kaplan
Created March 11, 2016 19:08
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 nikolaj-kaplan/e85d5805fd67c3ba3f1f to your computer and use it in GitHub Desktop.
Save nikolaj-kaplan/e85d5805fd67c3ba3f1f to your computer and use it in GitHub Desktop.
package.json after running ng new ... and npm install ng2-material --save
{
"name": "timer",
"version": "0.0.0",
"license": "Apache-2.0",
"angular-cli": {},
"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.9",
"clang-format": "^1.0.35",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"ng2-material": "^0.2.10",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.20",
"zone.js": "0.5.15"
},
"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",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"protractor": "^3.0.0",
"silent-error": "^1.0.0",
"tslint": "^3.3.0",
"typescript": "^1.8.7",
"typings": "^0.6.6",
"ts-node": "^0.5.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment