-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "angular-piwik",
"version": "0.0.0",
"description": "Angular module for Piwik Analytics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/anitawlosek/angular-piwik.git"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"angular",
"piwik",
"statistics"
],
"author": "Anita Włosek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/anitawlosek/angular-piwik/issues"
},
"homepage": "https://github.com/anitawlosek/angular-piwik",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.8.5",
"gulp-karma": "0.0.4",
"gulp-ng-annotate": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jasmine": "^2.0.1",
"jshint": "^2.5.6",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"ng-annotate": "^0.10.2"
}
}