-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.02 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "crequire",
"version": "1.8.1",
"description": "Get require() & import like node-detective by lexical analysis",
"homepage": "http://seajs.org/",
"keywords": ["require"],
"author": "army8735 <army8735@qq.com>",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {},
"devDependencies": {
"benchmark": "^1.0.0",
"blanket": "^1.1.6",
"coveralls": "^2.10.0",
"detective": "^3.1.0",
"requires": "^1.0.1",
"expect.js": "^0.3.1",
"gulp": "^3.6.0",
"gulp-clean": "^0.2.4",
"gulp-util": "^2.2.14",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"through2": "^0.4.2"
},
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": [
"crequire/index.js"
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/seajs/crequire.git"
},
"main": "./index.js",
"spm": {
"main": "./index.js"
},
"licenses": [
{
"type": "MIT",
"url": "http://seajs.org/LICENSE.md"
}
]
}