-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"name": "angular-language-select",
"version": "2.2.0",
"description": "Language / locale select",
"main": "app/scripts/compiled-es5/main.js",
"repository": {
"type": "git",
"url": "incuna/angular-language-select.git"
},
"keywords": [
"angular",
"language",
"locale"
],
"license": "MIT",
"author": "Max Peterson <[email protected]> (http://www.incuna.com)",
"bugs": {
"url": "https://github.com/incuna/angular-language-select/issues"
},
"contributors": [
"Graham Gilchrist <[email protected]>",
"Max Peterson <[email protected]>",
"Marcin Wolniewicz <[email protected]>",
"Henry Blyth <[email protected]>"
],
"dependencies": {
"angular": "1.2 - 1.5",
"angular-cookies": "1.2 - 1.5"
},
"devDependencies": {
"angular-mocks": "1.2 - 1.5",
"babel-preset-es2015": "^6.18.0",
"babelify": "7.3.0",
"eslint-config-incuna": "1.0.0",
"eslint-plugin-import": "2.2.0",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-incuna-plugins": "git://github.com/incuna/grunt-incuna-plugins.git#1.2.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "2.0.0",
"grunt-swig-templates": "^0.1.4",
"jasmine-core": "2.5.2",
"jit-grunt": "^0.10.0",
"karma": "1.3.0",
"karma-browserify": "5.1.0",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"load-grunt-tasks": "3.x",
"pad-stream": "^2.0.0"
},
"scripts": {
"test": "grunt clean && grunt test"
}
}