forked from angular-translate/angular-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "angular-translate",
"version": "2.7.0",
"description": "A translation module for AngularJS",
"main": "dist/angular-translate.js",
"repository": {
"type": "git",
"url": "http://github.com/angular-translate/angular-translate"
},
"scripts": {
"prepublish": "bower install",
"shipit": "bower install && bower update && grunt prepare-release",
"test": "grunt install-test && grunt test",
"test-scopes": "grunt install-test && for f in test_scopes/*; do TEST_SCOPE=\"`basename $f`\" grunt test; done"
},
"author": {
"name": "Pascal Precht"
},
"contributors": [
{
"name": "Jan Philipp",
"email": "[email protected]",
"url": "https://github.com/knalli"
},
{
"name": "Max Prichinenko"
},
{
"name": "Thorsten S"
}
],
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"express": "~3.2.4",
"grunt": "~0.4.1",
"grunt-bower-install-simple": "^1.0.3",
"grunt-bump": "0.0.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.11.x",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-watch": "~0.4.2",
"grunt-conventional-changelog": "~1.1.0",
"grunt-express": "~0.3.3",
"grunt-file-append": "0.0.6",
"grunt-karma": "~0.9.0",
"grunt-ng-annotate": "^0.8.0",
"grunt-ngdocs": "~0.2.5",
"grunt-umd": "^2.3.3",
"grunt-version": "~0.3.0",
"jasmine-core": "^2.1.3",
"karma": "~0.12.28",
"karma-chrome-launcher": "~0.1.5",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.2.0"
}
}