-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
64 lines (64 loc) · 1.5 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
63
64
{
"name": "ng-wig",
"version": "3.1.1",
"author": "Stepan Suvorov",
"contributors": [
{
"name": "Aristeidis Bampakos",
"url": "https://github.com/bampakoa"
},
{
"name": "Besuhoff",
"url": "https://github.com/besuhoff"
},
{
"name": "Pavel Lebedinsky",
"url": "https://github.com/bolelamx"
},
{
"name": "Sascha Weniger",
"url": "https://github.com/sashless"
},
{
"name": "Volodymyr Dziubak",
"url": "https://github.com/Velzevul"
}
],
"devDependencies": {
"angular-mocks": "1.5.0",
"babel-preset-es2015": "6.6.0",
"eslint": "4.18.2",
"grunt": "^1.5.3",
"grunt-babel": "8.0.0",
"grunt-bump": "0.7.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-html2js": "^0.8.0",
"grunt-karma": "^3.0.2",
"grunt-ng-annotate": "2.0.1",
"jasmine-core": "2.4.1",
"load-grunt-tasks": "^5.0.0"
},
"dependencies": {
"angular": "~1.8.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.1.0",
"karma-jasmine": "^4.0.1"
},
"main": "dist/ng-wig.min.js",
"repository": {
"type": "git",
"git": "https://github.com/stevermeister/ngWig.git"
},
"scripts": {
"start": "grunt start",
"build": "grunt build",
"test": "grunt karma:unit"
},
"license": "MIT"
}