forked from luckylooke/dragular
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "dragular",
"version": "3.0.7",
"description": "Angular drag and drop based on dragula",
"main": "./dist/dragular.js",
"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.4.0"
},
"devDependencies": {
"brfs": "^1.4.1",
"browser-sync": "^2.8.0",
"browserify": "^11.0.0",
"browserify-ngannotate": "^1.0.1",
"bulkify": "^1.1.1",
"gulp": "^3.9.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": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0"
},
"maintainers": [
{
"name": "luckylooke",
"email": "[email protected]"
}
],
"readme": "ERROR: No README data found!"
}