-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
{
"name" : "sntls",
"version" : "0.21.0",
"description" : "Essential data structures, and behaviors",
"keywords" : [
"tools",
"data",
"hash",
"dictionary",
"collection",
"set",
"list",
"ordered list",
"tree",
"traversal",
"behaviors"
],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2012-2015 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "git://github.com/danstocker/sntls.git"
},
"dependencies" : {
"dessert": "~0.3.2",
"q" : "^1.3.0",
"troop" : "~0.9.0"
},
"devDependencies": {
"phil" : "~0.2.3",
"grunt" : "~0.4.5",
"grunt-jstestdriver" : "git://github.com/danstocker/grunt-jstestdriver.git",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "~0.11.1",
"grunt-yui-compressor": "~0.4.0",
"grunt-contrib-copy" : "~0.8.0",
"grunt-jsdoc" : "~0.3.3",
"grunt-regex-replace" : "~0.2.6",
"common-gruntfile" : "git://github.com/danstocker/common-gruntfile.git#0.1.5",
"QUnitAdapter" : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz"
},
"files" : [
"sntls.js"
],
"main" : "sntls.js"
}