-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.6 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
{
"name" : "candystore",
"version" : "0.9.1",
"description" : "Common widgets",
"keywords" : [
"widgets",
"button",
"label",
"form",
"dropdown",
"popup"
],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2014-2015 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "git://github.com/danstocker/candystore.git"
},
"dependencies" : {
"bookworm" : "~0.4.0",
"dessert" : "~0.3.2",
"evan" : "~0.8.0",
"jquery" : "~2.1.0",
"poodle" : "~0.4.0",
"q" : "^1.4.0",
"rubberband": "~0.2.0",
"shoeshine" : "~0.3.0",
"sntls" : "~0.21.0",
"troop" : "~0.9.0"
},
"devDependencies": {
"QUnitAdapter" : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz",
"common-gruntfile" : "git://github.com/danstocker/common-gruntfile.git#0.1.5",
"grunt" : "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy" : "~0.8.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-jsdoc" : "~0.3.3",
"grunt-jstestdriver" : "git://github.com/danstocker/grunt-jstestdriver.git",
"grunt-regex-replace" : "~0.2.6",
"grunt-yui-compressor": "~0.4.0",
"phil" : "~0.2.3"
},
"files" : [
"candystore.js",
"candystore.css"
],
"main" : "candystore.js"
}