-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 857 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
{
"name": "jsonschema",
"version": "1.0.0",
"description": "",
"main": "schema.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack --watch",
"buwa": "webpack -p --watch",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mechbullgt/jsonSchema.git"
},
"author": "Maqbool Ansari",
"license": "ISC",
"bin": {
"get-schema": "./schema.js"
},
"bugs": {
"url": "https://github.com/mechbullgt/jsonSchema/issues"
},
"homepage": "https://github.com/mechbullgt/jsonSchema#readme",
"dependencies": {
"express": "^4.16.4",
"fs": "0.0.1-security",
"generate-schema": "^2.6.0",
"prismjs": "^1.15.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"browserify": "^16.2.3"
}
}