-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "drag-mock",
"version": "1.4.0",
"description": "Trigger HTML5 drag & drop events for testing",
"main": "index.js",
"scripts": {
"build": "gulp",
"precommit": "npm run build && git add dist",
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/andywer/drag-mock.git"
},
"keywords": [
"drag",
"drop",
"events",
"testing",
"html5"
],
"author": "Andy Wermke <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andywer/drag-mock/issues"
},
"homepage": "https://github.com/andywer/drag-mock",
"devDependencies": {
"browserify": "^8.1.3",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.4.0",
"gulp-mocha": "^2.0.0",
"gulp-mocha-phantomjs": "^0.8.0",
"gulp-uglify": "^1.1.0",
"husky": "^0.6.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"vinyl-source-stream": "^1.0.0"
}
}