-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.41 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
{
"name" : "shoeshine",
"version" : "0.3.0",
"description" : "Widget framework",
"keywords" : [
"widgets",
"widget",
"stateful",
"viewcontroller"
],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2014-2015 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/shoeshine.git"
},
"dependencies" : {
"dessert": "~0.3.2",
"evan" : "~0.8.0",
"jquery" : "~2.1.0",
"q" : "^1.4.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" : [
"shoeshine.js"
],
"main" : "shoeshine.js"
}