forked from aleross/angular-segment-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "@meltwater/angular-segment-analytics",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "git+https://github.com/meltwater/angular-segment-analytics.git"
},
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/meltwater/angular-segment-analytics/issues"
},
"keywords": [
"angular",
"segment",
"angular analytics",
"segmentio"
],
"author": "aleross",
"license": "MIT",
"homepage": "https://github.com/aleross/angular-segment-analytics",
"peerDependencies": {
"angular": "1.x.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.3.0",
"grunt-karma": "^0.12.1",
"grunt-karma-coveralls": "^2.5.4",
"grunt-npm": "0.0.2",
"grunt-prompt": "^1.3.0",
"jasmine-core": "^2.3.4",
"jit-grunt": "^0.9.1",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-config": "^0.17.2",
"phantomjs-prebuilt": "^2.1.4",
"semver": "^5.0.1"
},
"description": "A highly configurable module for easily adding Segment analytics to any Angular app. Forked the project to fix some bugs because it seems to be unmaintained.",
"directories": {
"test": "test"
}
}