package.json (664B)
1 { 2 "name": "jstat", 3 "version": "1.9.6", 4 "description": "Statistical Library for JavaScript", 5 "homepage": "http://github.com/jstat/jstat", 6 "main": "./dist/jstat.js", 7 "author": { 8 "name": "Trevor Norris", 9 "email": "trev.norris@gmail.com", 10 "url": "http://trevorjnorris.com" 11 }, 12 "licenses": [ 13 { 14 "type": "MIT", 15 "url": "http://www.opensource.org/licenses/mit-license.php" 16 } 17 ], 18 "repository": { 19 "type": "git", 20 "url": "http://github.com/jstat/jstat.git" 21 }, 22 "devDependencies": { 23 "uglify-js": "^3.6.7", 24 "vows": "^0.8.3" 25 }, 26 "scripts": { 27 "test": "./node_modules/vows/bin/vows --spec --isolate" 28 } 29 }