-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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": "dragform",
"version": "1.0.0",
"description": "",
"files": [
"dist"
],
"main": "dist/dragform.min.js",
"dependencies": {
"jquery": "^1.8.2",
"jquery-ui": "^1.10.4",
"knockout": "^2.2.1",
"knockout-mapping": "^2.5.0",
"knockout-sortable": "^0.11.0",
"knockout.validation": "^2.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.8",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"html-webpack-plugin": "^2.15.0",
"html-webpack-template": "^4.0.0",
"mocha": "^2.4.5",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --recursive",
"build": "webpack",
"start": "webpack-dev-server --content-base build",
"prepublish": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acolin/dragform.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acolin/dragform/issues"
},
"homepage": "https://github.com/acolin/dragform#readme"
}