-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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": "knockout-else",
"version": "1.0.12",
"description": "else/elseif for Knockout",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brianmhunt/knockout-else.git"
},
"keywords": [
"knockout",
"javascript"
],
"author": "Brian M Hunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianmhunt/knockout-else/issues"
},
"homepage": "https://github.com/brianmhunt/knockout-else",
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-filter": "^1.0.2",
"gulp-footer": "^1.0.5",
"gulp-git": "^0.5.2",
"gulp-header": "^1.1.1",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.1.0",
"gulp-webserver": "^0.8.3",
"js-yaml": "^3.2.2",
"knockout": "^3.2.0",
"mocha": "^1.21.5",
"yaml": "^0.2.3"
},
"dependencies": {}
}