-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.28 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.28 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
{
"name" : "prime",
"version" : "0.3.3",
"description" : "Association engine",
"keywords" : ["data", "in-memory", "database", "graph", "random", "weighted", "query"],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2012 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/prime.git"
},
"dependencies" : {
"dessert": "~0.3.2",
"troop" : "~0.7.0",
"sntls" : "~0.15.0"
},
"devDependencies": {
"phil" : "~0.2.3",
"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.5",
"QUnitAdapter" : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz"
},
"files" : ["prime.js"],
"main" : "prime.js"
}