forked from jaubourg/wires
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 705 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 705 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
{
"name": "wires",
"version": "0.0.8",
"author": "Julian Aubourg <j@ubourg.net> (http://jaubourg.net)",
"description": "simple configuration utility with smart module wiring for unobtrusive dependency injection",
"main": "./lib/index.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/jaubourg/wires.git"
},
"dependencies": {
"cashe": "0.3.1",
"lodash": "2.4.1"
},
"devDependencies": {
"coveralls": "2.10.0",
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-jscoverage": "0.1.0",
"grunt-jscs-checker": " 0.4.4",
"grunt-shell": "0.7.0",
"load-grunt-tasks": "0.4.0",
"nodeunit": "0.9.0",
"wrench": "1.5.8"
},
"scripts": {
"test": "grunt"
}
}