-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "angular-rt-popup",
"version": "1.0.6",
"description": "A better version of the Bootstrap popover, for Angular.JS",
"main": "dist/angular-rt-popup.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt ci",
"prepublish": "grunt build"
},
"keywords": [
"angular",
"filter"
],
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@rocketeer.be",
"url": "http://rocketeer.be/"
},
"license": "MIT",
"devDependencies": {
"chai": "~1.9.0",
"grunt": "~0.4.4",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-jscs-checker": "^0.4.1",
"grunt-karma": "~0.8.3",
"grunt-ng-annotate": "^0.4.0",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.2",
"mocha": "~1.18.2"
},
"repository": {
"type": "git",
"url": "git://github.com/rubenv/angular-rt-popup.git"
}
}