-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
44 lines (44 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ng-momentum",
"version": "0.0.23",
"description": "Momentum is an Angular Schematic developed by the Bottle Rocket Web Team to build best-in-class web applications faster.",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BottleRocketStudios/ng-momentum"
},
"keywords": [
"schematics",
"momentum",
"ng-momentum",
"angular"
],
"author": "🚀 The Bottle Rocket Web Team 🚀",
"contributors": [
"Jonathan Campos <[email protected]>",
"Mike Cory <[email protected]>"
],
"license": "Apache-2.0",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^0.6.8",
"@angular-devkit/schematics": "^0.6.8",
"@angular/cdk": "^6.3.2",
"@angular/cli": "^6.0.8",
"@angular/common": "^6.0.7",
"@angular/core": "^6.0.7",
"@angular/material": "^6.3.2",
"@angular/pwa": "^0.6.8",
"@types/jasmine": "^2.6.0",
"@types/node": "^8.10.20",
"jasmine": "^2.99.0",
"node-fetch": "^2.1.2",
"pluralize": "^7.0.0",
"sinon": "^6.1.5",
"typescript": "~2.7.2",
"zone.js": "^0.8.26"
}
}