This repository was archived by the owner on Mar 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.01 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.01 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "angular-draggabilly",
"version": "0.0.4",
"description": "An angular wrapper for Draggabilly",
"homepage": "https://github.com/Jimdo/angular-draggabilly",
"author": "Jimdo GmbH",
"maintainers": [],
"contributors": [],
"main": "dist/angular-draggabilly.js",
"keywords": [
"directive",
"angular",
"dnd",
"drag and drop",
"Draggabilly"
],
"scripts": {
"test": "grunt test",
"setup": "bower install && webdriver-manager update && grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/Jimdo/angular-draggabilly.git"
},
"license": "MIT",
"devDependencies": {
"angular": "1.2.20",
"bower": "~1.7.9",
"coffee-script": "~1.10.0",
"connect-less": "^0.3.1",
"draggabilly": "1.1.1",
"glob": "~7.0.6",
"grunt": "~1.0.1",
"grunt-angular-templates": "~1.1.0",
"grunt-bump": "0.8.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-karma": "~2.0.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-npm": "https://github.com/Xiphe/grunt-npm/tarball/98187270151e53d45214d778de394a557e81958c",
"grunt-parallel": "^0.5.1",
"grunt-protractor-runner": "~3.2.0",
"grunt-shell-spawn": "~0.3.10",
"jasmine-spec-reporter": "^2.7.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coffee-preprocessor": "~1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "~1.0.0",
"karma-html2js-preprocessor": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.2",
"karma-requirejs": "~1.0.0",
"karma-script-launcher": "~1.0.0",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "~3.5.2",
"mkdirp": "^0.5.1",
"protractor": "~4.0.5"
},
"peerDependencies": {
"angular": "^1.2.20",
"draggabilly": "~1.1.1"
}
}