UNPKG

1.05 kBJSONView Raw
1{
2 "name" : "seajs",
3 "version" : "1.2.1",
4 "description" : "A Module Loader for the Web",
5 "homepage" : "http://seajs.org/",
6 "keywords" : ["loader", "module", "commonjs", "browser", "CMD"],
7 "author" : "Frank Wang <lifesinger@gmail.com>",
8 "engines" : {"node": ">= 0.6.0"},
9 "dependencies" : [],
10 "repository" : {
11 "type": "git",
12 "url" : "git://github.com/seajs/seajs.git"
13 },
14 "main" : "./lib/sea-node.js",
15 "preferGlobal" : true,
16 "output" : {
17 "sea.js": [
18 "sea.js",
19 "util-lang.js",
20 "util-log.js",
21 "util-path.js",
22 "util-fetch.js",
23 "util-deps.js",
24 "module.js",
25 "config.js",
26 "prepare.js",
27 "bootstrap.js"
28 ]
29 }
30}