forked from angular-ui-tree/angular-ui-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "angular-ui-tree",
"version": "2.17.0",
"description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui-tree/angular-ui-tree"
},
"main": "index.js",
"devDependencies": {
"codacy-coverage": "1.1.3",
"connect-livereload": "0.5.2",
"coveralls": "2.11.4",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-concat": "2.4.3",
"gulp-connect": "2.2.0",
"gulp-cssnano": "2.1.0",
"gulp-gh-pages": "0.5.2",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.0",
"gulp-load-plugins": "1.2.0",
"gulp-protractor": "2.1.0",
"gulp-rename": "1.2.0",
"gulp-symlink": "2.1.0",
"gulp-uglify": "1.1.0",
"jshint": "2.9.2",
"jshint-stylish": "2.1.0",
"karma": "0.13.19",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.2.0",
"karma-phantomjs-launcher": "0.2.3",
"load-grunt-tasks": "3.4.0",
"open": "0.0.5",
"phantomjs": "^2.1.7",
"protractor": "3.0.0",
"require-dir": "0.3.0"
},
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "gulp build && gulp test:e2e",
"coveralls": "cat ./coverage/lcov/lcov.info | coveralls",
"codacy": "cat ./coverage/lcov/lcov.info | codacy-coverage --verbose"
}
}