1234567891011121314151617181920212223242526 |
- {
- "name": "clarinet-benchmark",
- "description": "Benchmark to measure clarinet.js vs. the last published version",
- "version": "0.1.0",
- "main": "./index.js",
- "homepage": "https://github.com/dscape/clarinet",
- "private": true,
- "repository": {
- "type": "git",
- "url": "http://github.com/dscape/clarinet.git"
- },
- "bugs": {
- "url": "http://github.com/dscape/clarinet/issues"
- },
- "devDependencies": {
- "benchmark": "^2.1.4",
- "mocha": "1.3.x"
- },
- "scripts": {
- "test": "node index.js"
- },
- "license": "BSD-2-Clause",
- "dependencies": {
- "clarinet": "^0.12.1"
- }
- }
|