-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1020 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "package.json-schema",
"version": "0.2.0",
"description": "JSON Schema for node/npm package.json",
"keywords": [
"json",
"schema",
"json-schema",
"package.json"
],
"homepage": "https://github.com/Bartvds/package.json-schema",
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/package.json-schema.git"
},
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Bartvds/package.json-schema/master/LICENSE-MIT.txt"
}
],
"engines": {
"node": ">= 0.10.0"
},
"bugs": {
"url": "https://github.com/Bartvds/package.json-schema/issues"
},
"main": "./index.js",
"scripts": {
"test": "node ./test/test.js"
},
"dependencies": {
},
"devDependencies": {
"glob": "~3.2.8",
"tv4": "~1.0.15",
"bluebird": "~1.0.4",
"ministyle": "~0.1.3",
"tv4-reporter": "~0.0.3",
"miniwrite": "~0.1.3"
}
}