forked from StephanHoyer/ng-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 781 Bytes
/
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
{
"author": {
"name": "Stephan Hoyer"
},
"name": "ng-translate",
"description": "Translation module for angularjs.",
"version": "0.0.2",
"homepage": "https://github.com/StephanHoyer/ng-translate",
"repository": {
"type": "git",
"url": "git://github.com/StephanHoyer/ng-translate.git"
},
"keywords": [
"angularjs",
"angular",
"directive",
"translate",
"translation"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">= 0.8.11"
},
"dependencies": {},
"devDependencies": {
"karma": "~0.8.0",
"grunt-contrib-concat": "~0.1.3",
"grunt": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"gruntacular": "~0.2.1",
"generator-karma": "0.1.1",
"grunt-release": "~0.2.0"
}
}