forked from kamilkp/angular-sortable-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 661 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 661 Bytes
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
{
"name": "angular-sortable-view",
"version": "0.0.15",
"description": "Fully declarative (multi)sortable for AngularJS",
"main": "./src/angular-sortable-view.js",
"homepage": "http://kamilkp.github.io/angular-sortable-view",
"author": {
"name": "Kamil Pekala",
"email": "kamilkp@gmail.com",
"url": "http://github.com/kamilkp"
},
"repository": {
"type": "git",
"url": "https://github.com/kamilkp/angular-sortable-view.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0"
},
"scripts": {
"test": "grunt travis"
},
"dependencies": {}
}