This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
74 lines (74 loc) · 1.63 KB
/
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
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
70
71
72
73
74
{
"name": "dragular",
"version": "4.6.0",
"description": "Angular drag and drop based on dragula",
"keywords": [
"drag",
"drop",
"drag&drop",
"drag & drop",
"drag and drop",
"angular",
"angularjs"
],
"main": "./dist/dragular.js",
"scripts": {
"start": "gulp dev:docs",
"build": "gulp build"
},
"jspm": {
"format": "global",
"shim": {
"dist/dragular": {
"deps": [
"./dragular.css!"
]
}
}
},
"repository": {
"type": "git",
"url": "http://github.com/luckylooke/dragular.git"
},
"author": {
"name": "Ctibor Laky",
"email": "[email protected]",
"url": "http://github.com/luckylooke"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/luckylooke/dragular/issues"
},
"homepage": "http://luckylooke.github.io/dragular/",
"dependencies": {
"angular": "^1.6.5"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-markdown": "^1.2.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.12.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint": "^2.9.7",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.2",
"webpack-stream": "^3.1.0"
},
"maintainers": [
{
"name": "luckylooke",
"email": "[email protected]"
}
],
"readme": "ERROR: No README data found!"
}