1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "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"
- }
- ]
- }
|