-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 769 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 769 Bytes
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
{
"name": "uri-collection",
"version": "0.0.1",
"description": "uri-collection\r ==============",
"main": "index.js",
"scripts": {
"test": "mocha ./spec",
"prepublish": "coffee -c ./"
},
"repository": {
"type": "git",
"url": "https://github.com/scivey/uri-collection.git"
},
"keywords": [
"uri",
"url",
"collection",
"list",
"underscore",
"immutable"
],
"author": "Scott Ivey",
"license": "MIT",
"bugs": {
"url": "https://github.com/scivey/uri-collection/issues"
},
"dependencies": {
"underscore": "~1.5.2",
"URIjs": "~1.11.2"
},
"devDependencies": {
"mocha": "~1.14.0",
"coffee": "0.0.1",
"better-assert": "~1.0.0",
"dox": "~0.4.4",
"handlebars": "~1.1.2"
}
}