-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (39 loc) · 1.52 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
{
"author" : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"},
"name" : "_examples-kmalakoff",
"description" : "Working code examples using repositories at https://github.com/kmalakoff",
"keywords" : ["examples", "kmalakoff", "javascript", "coffeescript", "knockback", "knockbackjs", "knockback-inspector", "knockbackjs-inspector", "backbone", "backbonejs", "backbone-articulation", "backbone-articulationjs", "background", "backgroundjs", "mixin", "mixinjs", "underscore", "underscore-awesomer", "underscore-awesomerjs"],
"url" : "http://kmalakoff.github.com/examples-kmalakoff/",
"homepage" : "http://kmalakoff.github.com/examples-kmalakoff/",
"repository": {
"type": "git",
"url": "http://github.com/kmalakoff/examples-kmalakoff.git"
},
"scripts": {
"postinstall": "bake postinstall",
"clean": "bake clean",
"build": "bake build",
"watch": "bake watch",
"test": "bake test -c"
},
"devDependencies": {
"coffee-script": ">=1.3.3",
"easy-bake": "0.1.6"
},
"optionalDependencies": {
"underscore": ">=1.3.3",
"backbone": ">=0.9.2",
"backbone-articulation": ">=0.3.1",
"backbone-modelref": ">=0.1.2",
"backbone-relational": ">=0.5.0",
"background": ">=0.2.2",
"json-serialize": ">=1.1.1",
"knockout-client": ">=2.1.0",
"knockback": ">=0.15.3",
"knockback-inspector": ">=0.1.1",
"lifecycle": ">=1.0.1",
"mixin-js": "0.1.3",
"underscore-awesomer": "1.2.1"
},
"version" : "0.0.1"
}