-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "ko-dragdrop",
"version": "1.1.0",
"description": "A drag and drop binding for knockout (no jQuery)",
"main": "output/ko-dragdrop.js",
"repository": {
"type": "git",
"url": "https://github.com/pgbross/ko-dragdrop.git"
},
"keywords": [
"drag and drop",
"knockout",
"binding"
],
"author": "Philip Ross <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgbross/ko-dragdrop/issues"
},
"homepage": "https://github.com/pgbross/ko-dragdrop",
"devDependencies": {
"babel": "^4.6.1",
"conventional-changelog": "0.0.11",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-bump": "^0.2.2",
"gulp-jshint": "^1.9.2",
"jshint-stylish": "^1.0.1",
"object.assign": "^1.1.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"yargs": "^3.4.4"
},
"jspm": {
"directories": {
"lib": "dist",
"packages": "examples/jspm_packages"
},
"dependencies": {
"knockout": "npm:knockout@^3.3.0"
}
}
}