-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "angular-addtocalendar",
"version": "1.0.0",
"description": "Add to calendar directive for Angular.js",
"main": "dist/angular-addtocalendar.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt ci",
"prepublish": "grunt build"
},
"keywords": [
"angular"
],
"author": {
"name": "Brian Mwadime",
"email": "[email protected]",
"url": "https://fortunekidew.co.ke/"
},
"license": "MIT",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-bump": "0.8.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "^3.0.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-protractor-runner": "3.2.0",
"grunt-sauce-tunnel": "^0.2.0",
"grunt-shell": "^1.3.0",
"open-sauce-browsers": "git://github.com/rubenv/open-sauce-browsers",
"protractor": "~3.3.0",
"serve-static": "^1.11.1"
},
"repository": {
"type": "git",
"url": "git://github.com/FortuneKidew/angular-addToCalendar.git"
},
"jspm": {
"main": "dist/angular-addtocalendar"
}
}