-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.08 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": "1.3.2",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "~0.4.0",
"testacular": "~0.4.0",
"coffee-script": "~1.4.0",
"grunt-testacular": "~0.3.0",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-coffeelint": "0.0.5"
},
"description": "Angular service for piwik tracking",
"main": "dist/angular-piwik.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-coffeelint": "^0.0.5",
"grunt-contrib-coffee": "^0.4.0",
"grunt-contrib-watch": "^0.2.0",
"grunt-testacular": "^0.3.0",
"testacular": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mike-spainhower/angular-piwik.git"
},
"keywords": [
"angular",
"piwik",
"analytics"
],
"author": "spaintrain <mcspainhower+npm@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mike-spainhower/angular-piwik/issues"
},
"homepage": "https://github.com/mike-spainhower/angular-piwik#readme"
}