-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 892 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
{
"name": "commonjscript",
"description": "An implementation of the CommonJS API for Classic ASP and Windows Script Host",
"version": "1.0.0",
"maintainers": [{
"name": "Nathan L Smith",
"email": "nlloyds@gmail.com",
"web": "http://nlsmith.com/"
}],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"bugs": "http://github.com/smith/commonjscript/issues",
"keywords": ["engine", "jscript", "windows", "asp", "wsh", "modules"],
"repositories": [{
"type": "git",
"url": "git://github.com/smith/commonjscript.git"
}],
"contributors": [{
"name": "Nathan L Smith",
"email": "nlloyds@gmail.com",
"web": "http://nlsmith.com/"
}],
"os": ["windows"],
"engine": ["jscript"],
"implements": ["CommonJS/Modules/1.0"]
}