forked from stevermeister/ngWig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.52 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.0",
"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.0.4",
"grunt-babel": "6.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.6.0",
"grunt-karma": "^3.0.2",
"grunt-ng-annotate": "2.0.1",
"jasmine-core": "2.4.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"load-grunt-tasks": "^5.0.0"
},
"dependencies": {
"angular": "1.7.9"
},
"main": "dist/ng-wig.min.js",
"repository": {
"type": "git",
"git": "https://github.com/stevermeister/ngWig.git"
},
"scripts": {
"start": "grunt start",
"devSetup": "bower install && grunt install",
"test": "grunt karma:unit"
},
"license": "MIT"
}