UNPKG

nyks

Version:

nodejs exupery style

41 lines (40 loc) 1.01 kB
{ "name": "nyks", "version": "2.0.1", "description": "nodejs exupery style", "keywords": [ "mootools", "native", "api" ], "dependencies": { "async": "^1.5.0", "crc-32": "^0.3.0", "mout": "^0.11.0", "sprintf-js": "^1.0.3" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^2.2.5", "istanbul": "~0.3.18" }, "homepage": "http://github.com/131/nyks", "main": "./index.js", "author": { "name": "François Leurent", "email": "131.js@cloudyks.org", "url": "http://github.com/131/" }, "repository": { "type": "git", "url": "git@github.com:131/nyks.git" }, "scripts": { "test": " node node_modules/istanbul/lib/cli.js cover -x \"crypto/*\" -x \"path/*\" -x \"child_process/*\" node_modules/mocha/bin/_mocha test/" }, "readme": "# nyks toolkit\r\n\r\nExtend nodejs & javascript native API of missing functions.\r\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/131/nyks/issues" } }