-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.35 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
{
"name" : "lightstore",
"version" : "0.2.6",
"description" : "JSON key-value store",
"keywords" : [
"json",
"datastore",
"key-value"
],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2012-2014 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/lightstore.git"
},
"dependencies" : {
"dessert": "~0.3.2",
"troop" : "~0.7.2",
"sntls" : "~0.17.0"
},
"devDependencies": {
"phil" : "~0.2.3",
"node-troop" : "~0.1.1",
"grunt" : "~0.4.1",
"grunt-jstestdriver" : "git://github.com/danstocker/grunt-jstestdriver.git",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.5.4",
"grunt-yui-compressor": "~0.3.0",
"grunt-contrib-copy" : "~0.4.1",
"grunt-jsdoc" : "~0.3.3",
"grunt-regex-replace" : "~0.2.5",
"common-gruntfile" : "git://github.com/danstocker/common-gruntfile.git#0.1.6",
"QUnitAdapter" : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz"
},
"files" : [
"lightstore.js"
],
"main" : "lightstore.js"
}