-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 839 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
{
"name": "fmd",
"title": "factory-module-definition",
"description": "Factory Module Definition a simple factory module wrapper (Node, AMD, Browser, ...).",
"version": "0.1.0",
"homepage": "http://github.com/evanvosberg/fmd",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/evanvosberg/fmd.git"
},
"bugs": {
"url": "http://github.com/evanvosberg/fmd/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"dependencies": {
"async": "~0.2.7",
"client-http": "~0.0.4",
"colorplus": "~0.2.4",
"fs.extra": "~1.2.0",
"underscore": "~1.4.4"
},
"devDependencies": {
},
"keywords": ["factory", "amd", "async", "module", "define", "require", "requirejs", "commonjs", "browser"]
}