raptor-detect
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "raptor-detect", | ||
"description": "Module to detecting environment information", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs3/raptor-detect.git" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" | ||
}, | ||
"author": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "~1.15.1", | ||
"chai": "~1.8.1" | ||
}, | ||
"license": "Apache License v2.0", | ||
"bin": {}, | ||
"main": "lib/raptor-detect.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": "1.0.0" | ||
} | ||
"name": "raptor-detect", | ||
"description": "Module to detecting environment information", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raptorjs/raptor-detect.git" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" | ||
}, | ||
"author": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "~1.15.1", | ||
"chai": "~1.8.1" | ||
}, | ||
"license": "Apache License v2.0", | ||
"bin": {}, | ||
"main": "lib/raptor-detect.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": "1.0.1" | ||
} |
5569