Initial commit
[yaffs-website] / node_modules / normalize-package-data / test / fixtures / node-module_exist.json
1 {
2   "name": "node-module_exist",
3   "description": "Find if a NodeJS module is available to require or not",
4   "version": "0.0.1",
5   "main": "module_exist.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git@gist.github.com:3135914.git"
12   },
13   "homepage": "https://github.com/FGRibreau",
14   "author": {
15     "name": "Francois-Guillaume Ribreau",
16     "url": "http://fgribreau.com.com/"
17   },
18   "devDependencies": {
19     "nodeunit": "~0.7.4"
20   },
21   "keywords": [
22     "core",
23     "modules"
24   ],
25   "license": "MIT"
26 }