-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "pubnub-angular",
"version": "4.2.0",
"description": "Official PubNub AngularJS Package",
"license": "MIT",
"main": "dist/pubnub-angular.min.js",
"scripts": {
"test": "grunt test",
"codecov": "cat coverage/*/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/pubnub/pubnub-angular"
},
"author": "PubNub <[email protected]>",
"contributors": [
{
"name": "Alexander Novikov",
"email": "[email protected]",
"url": "https://github.com/anovikov1984"
}
],
"devDependencies": {
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"gulp": "^3.9.1",
"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-uglify": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.8.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.13",
"run-sequence": "^1.2.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
}
}