forked from angular-ui/ui-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 955 Bytes
/
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
{
"name": "angular-ui-utils",
"version": "0.1.1",
"description": "Swiss-Army-Knife of AngularJS tools (with no external dependencies!)",
"author": "https://github.com/angular-ui/ui-utils/graphs/contributors",
"license": "MIT License, http://www.opensource.org/licenses/MIT",
"homepage": "http://angular-ui.github.com",
"dependencies": {},
"devDependencies": {
"angular-ui-publisher": "~1.1.3",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"load-grunt-tasks": "~0.2.0",
"grunt-ngmin": "0.0.3"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-utils.git"
}
}