-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
36
37
38
39
{
"name": "ng-l20n",
"version": "0.3.2-pre",
"description": "An Angular module for l20n.js: localization 2.0",
"homepage": "https://github.com/EE/ng-l20n",
"author": {
"name": "Michał Gołębiowski-Owczarek",
"email": "[email protected]",
"url": "http://laboratorium.ee"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EE/ng-l20n.git"
},
"bugs": "https://github.com/EE/ng-l20n/issues",
"files": [
"dist",
"index.js"
],
"devDependencies": {
"angular": "1.8.0",
"ee-l20n": "1.2.0",
"eslint-config-mgol": "0.0.40",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-eslint": "20.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-merge-conflict": "0.0.2",
"grunt-notify": "0.4.5",
"load-grunt-tasks": "3.5.2"
},
"scripts": {
"test": "grunt"
}
}