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
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 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
28
{
"name": "@moodysanalytics/gridstack-angular",
"version": "0.6.0-dev",
"description": "Angular Gridstack.js directive",
"repository": {
"type": "git",
"url": "git://github.com/moodysanalytics/gridstack-angular.git"
},
"devDependencies": {
"gulp-eslint": "^6.0.0",
"gulp": "^4.0.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-header": "~1.7.1",
"gulp-jshint": "~1.11.2",
"gulp-uglify": "~1.4.2"
},
"author": "Kevin Dietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/moodysanalytics/gridstack-angular/issues"
},
"homepage": "https://github.com/moodysanalytics/gridstack-angular",
"dependencies": {},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}