-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "angular2App",
"version": "1.0.1",
"description": "Default template for fis angular 2 app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fis-scaffold/angular2-app.git"
},
"keywords": [
"fis",
"scaffold"
],
"author": "fex",
"license": "BSD",
"bugs": {
"url": "https://github.com/fis-scaffold/angular2-app/issues"
},
"homepage": "https://github.com/fis-scaffold/angular2-app",
"dependencies": {
"@angular/common": "^2.0.0-rc.3",
"@angular/compiler": "^2.0.0-rc.3",
"@angular/core": "^2.0.0-rc.3",
"@angular/platform-browser": "^2.0.0-rc.3",
"@angular/platform-browser-dynamic": "^2.0.0-rc.3",
"crypto": "0.0.3",
"process": "^0.11.5",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.0-beta.9",
"zone.js": "^0.6.12"
},
"devDependencies": {
"fis3-hook-commonjs": "^0.1.22",
"fis3-parser-typescript": "^0.1.2",
"fis3-postpackager-loader": "^1.3.6",
"fis3-hook-node_modules": "^2.2.7"
}
}