-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "pubnub-angular2",
"version": "1.3.2",
"description": "Official PubNub Angular2",
"main": "dist/pubnub-angular2.min.js",
"module": "lib/pubnub-angular4.js",
"typings": "lib/pubnub-angular4.ts",
"devDependencies": {
"@angular/common": "~2.4.3",
"@angular/compiler": "~2.4.3",
"@angular/core": "~2.4.3",
"@angular/forms": "~2.4.3",
"@angular/http": "~2.4.3",
"@angular/platform-browser": "~2.4.3",
"@angular/platform-browser-dynamic": "~2.4.3",
"@angular/router": "~3.4.3",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"core-js": "^2.4.1",
"eslint": "^3.13.1",
"eslint-config-pubnub": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-gzip": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.5.0",
"gulp-uglify": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.8.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "0.0.26",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"pubnub": "^4.4.3",
"reflect-metadata": "^0.1.9",
"run-sequence": "^1.2.2",
"rxjs": "^5.0.3",
"webpack": "^2.4.1",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0",
"zone.js": "^0.7.5"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubnub/pubnub-angular2.git"
},
"author": "PubNub <support@pubnub.com>",
"license": "MIT",
"homepage": "https://github.com/pubnub/pubnub-angular2#readme"
}