web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
852 B

{
"name": "original",
"version": "1.0.2",
"description": "Generate the origin from an URL or check if two URL/Origins are the same",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
"coverage": "istanbul cover _mocha -- test.js",
"watch": "mocha --watch test.js",
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/original"
},
"keywords": [
"origin",
"url",
"parse"
],
"author": "Arnout Kazemier",
"license": "MIT",
"dependencies": {
"url-parse": "^1.4.3"
},
"devDependencies": {
"assume": "~2.1.0",
"istanbul": "0.4.x",
"mocha": "~3.5.0",
"pre-commit": "~1.2.0"
}
}