-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
94 lines (94 loc) · 2.21 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "knockback",
"version": "1.2.3",
"description": "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections",
"main": "knockback.js",
"author": {
"name": "Kevin Malakoff",
"url": "https://github.com/kmalakoff"
},
"license": "MIT",
"keywords": [
"knockback",
"knockbackjs",
"backbone",
"backbonejs",
"knockout",
"knockoutjs"
],
"private": true,
"url": "http://kmalakoff.github.com/knockback/",
"homepage": "http://kmalakoff.github.com/knockback/",
"repository": {
"type": "git",
"url": "http://github.com/kmalakoff/knockback.git"
},
"scripts": {
"test": "gulp test",
"docs": "./node_modules/.bin/codo -n Knockback.js -o doc src/."
},
"dependencies": {
"backbone": ">=0.5.1",
"knockout": ">=2.1.0",
"underscore": ">=1.1.7"
},
"devDependencies": {
"async": "*",
"chai": "*",
"codo": "2.x",
"coffee-loader": "0.6.x",
"coffee-script": "^1.6.3",
"event-stream": "*",
"fs-extra": "*",
"fs-readdir-recursive": "*",
"gulp": "^3.9.1",
"gulp-browserify": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-header": "*",
"gulp-mocha": "3.x",
"gulp-rename": "*",
"gulp-shell": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-webpack-config": "*",
"gulp-wrap-amd-infer": "*",
"gulp-zip": "*",
"imports-loader": "*",
"jsdom": "*",
"karma": "*",
"karma-chai": "*",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "*",
"karma-coffee-preprocessor": "*",
"karma-firefox-launcher": "*",
"karma-mocha": "*",
"karma-safari-launcher": "*",
"karma-spec-reporter": "*",
"minimatch": "^3.0.4",
"mocha": "*",
"nuget": "*",
"puppeteer": "^1.15.0",
"queue-async": "*",
"requirejs": "*",
"webpack": "*"
},
"optionalDependencies": {
"backbone-relational": "*",
"backbone-modelref": "*",
"backbone.localstorage": "*",
"lodash": "*",
"backbone-orm": "*",
"jquery": "*",
"moment": "*",
"backbone-associations": "*",
"parse": "1.5.x"
},
"jam": {
"dependencies": {
"underscore": ">=1.1.7",
"backbone": ">=0.5.1",
"knockout": ">=2.2.1"
}
}
}