forked from rubenv/angular-gettext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "angular-gettext",
"version": "2.1.3",
"description": "Gettext support for Angular.js",
"main": "dist/angular-gettext.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt ci",
"prepublish": "grunt build"
},
"keywords": [
"angular",
"gettext"
],
"author": {
"name": "Ruben Vermeersch",
"email": "[email protected]",
"url": "http://rocketeer.be/"
},
"homepage": "http://angular-gettext.rocketeer.be/",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-jscs": "^0.6.2",
"grunt-karma": "~0.8.3",
"grunt-ng-annotate": "^0.3.2",
"karma": "~0.12.16",
"karma-chai": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/rubenv/angular-gettext.git"
}
}