-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 952 Bytes
/
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
{
"name": "arva-utils",
"version": "1.0.0-pre-1",
"description": "Using the latest ES6 standards creating a simple Context for dependency injection.",
"main": false,
"homepage": "https://github.com/Bizboard/arva-context",
"repository": {
"type": "git",
"url": "git://github.com/Bizboard/arva-context.git"
},
"bugs": {
"url": "https://github.com/Bizboard/arva-context/issues"
},
"jspm": {
"directories": {
"lib": "src"
},
"dependencies": {
"di": "github:Bizboard/di.js@master",
"fs": "github:jspm/nodelibs-fs@^0.1.2",
"lodash": "npm:lodash@^3.9.3",
"path": "github:jspm/nodelibs-path@^0.1.0"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"author": "Tom Clement <[email protected]>, Hans van den Akker <[email protected]>",
"license": "MIT"
}