forked from frictionlessdata/datapackage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 927 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 927 Bytes
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
{
"name": "specs",
"version": "1.0.0",
"description": "This site is the home for *specifications* related to **Frictionless Data.**",
"main": "index.js",
"scripts": {
"build": "npx vuepress build",
"buildschemas": "node build.js",
"test": "NODE_ENV=testing mocha",
"start": "npx vuepress dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frictionlessdata/specs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frictionlessdata/specs/issues"
},
"homepage": "https://github.com/frictionlessdata/specs#readme",
"devDependencies": {
"chai": "^4.1.2",
"csv-parse": "^4.6.5",
"fs-extra": "^4.0.2",
"glob": "^7.1.1",
"js-yaml": "^3.7.0",
"json-schema-ref-parser": "^3.1.2",
"mocha": "^4.0.1",
"tv4": "^1.3.0",
"vuepress": "^1.2.0",
"markdown-it-footnote": "",
"mermaid": "^8.1.0"
}
}