-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.95 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "angular2-sdk-npm-test",
"version": "1.1.18",
"description": "",
"scripts": {
"test": "karma start",
"prepublish": "rimraf dist && typings install && tsc",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aavelyn/angular2-sdk-npm-test.git"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"author": "Han Che",
"license": "MIT",
"bugs": {
"url": "https://github.com/aavelyn/angular2-sdk-npm-test/issues"
},
"homepage": "https://github.com/aavelyn/angular2-sdk-npm-test#readme",
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"underscore": "^1.8.3",
"zone.js": "^0.6.23"
},
"devDependencies": {
"autoprefixer": "^6.3.2",
"copy-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "0.5.1",
"rimraf": "^2.5.1",
"sinon": "^1.17.5",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.1",
"tslint": "^3.4.0",
"tslint-loader": "^2.1.0",
"typedoc": "^0.4.5",
"typescript": "^1.8.0",
"typings": "^1.3.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0"
}
}