-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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
30
31
32
33
34
35
{
"name": "angular-ui-sortable-loader",
"version": "0.1.0",
"description": "Asynchronously loads jQuery and jQuery UI for use with Angular UI Sortable",
"main": "build/ui-sortable-loader.min.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/crisbeto/angular-ui-sortable-loader"
},
"keywords": [
"angular",
"jquery",
"jquery-ui",
"sortable",
"ui-sortable"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/crisbeto/angular-ui-sortable-loader/issues"
},
"homepage": "https://github.com/crisbeto/angular-ui-sortable-loader",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-gh-pages": "^0.9.1",
"jshint-stylish": "^1.0.1"
},
"dependencies": {
"angular": "^1.3.0"
}
}