-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "dragdrop-dragula-2",
"version": "1.0.11",
"description": "custom position when drag element",
"main": "dragula.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trungliem87/dragdrop-dragula.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/trungliem87/dragdrop-dragula/issues"
},
"homepage": "https://github.com/trungliem87/dragdrop-dragula#readme",
"dependencies": {
"contra": "1.9.4",
"crossvent": "1.5.4"
},
"devDependencies": {
"bower": "1.5.2",
"browserify": "11.0.0",
"clean-css": "3.3.6",
"electron-prebuilt": "0.30.1",
"hihat": "1.2.1",
"jshint": "2.8.0",
"jshint-stylish": "2.0.1",
"nib": "1.1.0",
"phantomjs": "2.1.3",
"stylus": "0.52.0",
"tap-dev-tool": "1.3.0",
"tape": "4.0.1",
"tape-run": "^2.1.3",
"uglify-js": "~2.6.0",
"watchify": "3.3.0"
}
}