forked from stevermeister/ngWig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.57 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
65
66
{
"name": "bridge-ngjs-rte",
"version": "3.0.19",
"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",
"bower": "1.7.7",
"eslint": "2.4.0",
"grunt": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-grunticon": "2.3.1",
"grunt-html2js": "0.3.5",
"grunt-karma": "2.0.0",
"grunt-ng-annotate": "2.0.1",
"jasmine-core": "2.4.1",
"karma": "1.1.1",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.0",
"karma-jasmine": "1.0.2",
"load-grunt-tasks": "0.4.0"
},
"dependencies": {
"angular": "1.6.0"
},
"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"
}