forked from angular-ui/ui-layout
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "angular-ui-layout",
"version": "1.4.2",
"description": "This directive allows you to split !",
"devDependencies": {
"angular-ui-publisher": "~1.2",
"gulp": "^3",
"gulp-jshint": "^1",
"gulp-load-plugins": "^0",
"gulp-ng-annotate": "^0.4.0",
"gulp-plumber": "^0",
"gulp-rename": "^0",
"gulp-rimraf": "^0",
"gulp-ruby-sass": "^0",
"gulp-uglify": "^0",
"gulp-util": "^2",
"jshint-stylish": "^0",
"karma": "^0",
"karma-chrome-launcher": "^0",
"karma-coverage": "^0",
"karma-firefox-launcher": "^0",
"karma-jasmine": "^0.2",
"karma-phantomjs-launcher": "^0",
"lodash.after": "^2",
"lodash.assign": "^2",
"node-karma-wrapper": "^0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-layout.git"
},
"author": "https://github.com/angular-ui/ui-layout/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-ui/ui-layout/issues"
},
"homepage": "https://github.com/angular-ui/ui-layout",
"jspm": {
"format": "global",
"directories": {
"lib": "src"
},
"main": "ui-layout"
}
}