forked from pankajparkar/gridstack-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 698 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
26
27
{
"name": "gridstack-angular",
"version": "0.6.0-dev",
"description": "Angular Gridstack.js directive",
"repository": {
"type": "git",
"url": "git+https://github.com/kdietrich/gridstack-angular.git"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-header": "~1.7.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "~1.11.2",
"gulp-uglify": "~1.4.2"
},
"author": "Kevin Dietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdietrich/gridstack-angular/issues"
},
"homepage": "https://github.com/kdietrich/gridstack-angular#readme",
"dependencies": {
"gulp-jscs": "^4.0.0"
}
}