-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
25 lines (25 loc) · 931 Bytes
/
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
{
"name": "Pancake 'French Toast' Client",
"id": "pancake-ft",
"version": "0.0.1",
"description": "The front-end piece of the 'French Toast' Pancake application",
"keywords": [],
"author": "Sam Foster <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/sfoster/pancake-ft-client",
"web": "https://github.com/sfoster/pancake-ft-client"
},
"volo": {
"baseUrl": "js/vendor",
"dependencies": {
"knockout": "https://github.com/downloads/SteveSanderson/knockout/knockout-2.1.0.debug.js",
"lodash": "https://raw.github.com/bestiejs/lodash/master/lodash.js",
"store": "github:sfoster/amd-store/master",
"lscache": "github:pamelafox/lscache/master",
"dollar": "github:jquery/jquery/1.8.1",
"EventEmitter": "github:Wolfy87/EventEmitter/v4.0.0",
"path": "https://raw.github.com/sfoster/pathjs/false-path-matches/path.js"
}
}
}