-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"author" : "Brendan Erwin <[email protected]> (http://brendanjerwin.com)",
"name" : "accessorize.js",
"version" : "0.0.12",
"description": "Add fancy-ass-observable-hyper-helpful accessors to any object.",
"repository" : {
"type": "git",
"url" : "git://github.com/brendanjerwin/accessorizejs.git"
},
"directories": {
"lib" : "./lib",
"test" : "./spec"
},
"scripts": {
"test": "node_modules/coffee-script/bin/cake test"
},
"engines": {
"node" : ">=0.6.0"
},
"dependencies" : {
"underscore" : "1.2.3"
},
"devDependencies": {
"mocha" : "0.7.0",
"chai" : ">= 0.1.3",
"coffee-script": ">= 1.1.3",
"uglify-js" : ">= 1.2.2",
"requirejs" : ">= 1.0.0",
"file" : ">= 0.1.1",
"sinon" : ">= 1.2.0"
},
"bugs": { "url": "https://github.com/brendanjerwin/accessorizejs/issues" },
"licenses": [
{ "type": "MIT",
"url" : "https://github.com/brendanjerwin/accessorizejs/blob/master/README.md"
}
]
}