Update Iot.js
[platform/upstream/iotjs.git] / tools / test / run_pass / require1 / package.json
1 {
2   "version": "2.9.1",
3   "name": "npm",
4   "description": "a package manager for JavaScript",
5   "config": {
6     "publishtest": false
7   },
8   "homepage": "https://docs.npmjs.com/",
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/npm/npm"
12   },
13   "bugs": {
14     "url": "http://github.com/npm/npm/issues"
15   },
16   "directories": {
17     "doc": "./doc",
18     "man": "./man",
19     "lib": "./lib",
20     "bin": "./bin"
21   },
22   "main": "./lib/npm.js",
23   "bin": "./bin/npm-cli.js",
24   "scripts": {
25     "test-legacy": "node ./test/run.js",
26     "test": "tap --timeout 240 test/tap/*.js",
27     "tap": "tap --timeout 240 test/tap/*.js"
28   },
29   "license": "Artistic-2.0"
30 }