-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
57
58
59
{
"name": "ko-bindings",
"version": "1.0.57",
"description": "Additional knockout bindings.",
"main": "dist/ko-bindings.js",
"scripts": {
"build": "babel src/ --presets babel-preset-es2015 --out-dir dist/ --source-maps",
"copy": "copyup dist/*.js dist/*.map ./",
"prepublish": "npm run build && npm run copy",
"doc": "jsdoc -d ./doc/ src/",
"test": "karma start test/karma_config/karma.config.js",
"test-coverage": "rimraf test/coverage && karma start test/karma_config/karma.config.coverage.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EikosPartners/ko-bindings.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/EikosPartners/ko-bindings/issues"
},
"dependencies": {
"copyfiles": "^0.2.1",
"fullcalendar": "^3.0.0-beta",
"jquery": "^3.0.0",
"jquery-form": "^3.50.0",
"ep-jquery-tokeninput": "~1.8.4",
"karma-webpack": "^1.7.0",
"knockout": "^3.4.0",
"moment": "^2.13.0",
"pikaday": "^1.4.0",
"pikaday-time": "^1.5.1",
"scalejs": ">=0.4.1",
"scalejs.metadataFactory": ">=0.1.8",
"source-map-loader": "^0.1.5",
"timepicker": "^1.11.1"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"html-loader": "^0.4.3",
"istanbul-instrumenter-loader": "^0.2.0",
"jsdoc": "^3.4.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "^2.0.4",
"mocha": "^2.5.3",
"rimraf": "^2.5.2",
"uglifyjs": "^2.4.10",
"webpack": "^1.13.1"
}
}