-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 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
{
"name": "dataproofer-suite-template",
"version": "1.0.0",
"description": "A template for creating Dataproofer test suites",
"main": "index.js",
"scripts": {
"nogit": "rm -rf .git",
"docs": "./node_modules/documentation/bin/documentation.js ./src/*.js -f md -g -o DOCUMENTATION.md"
},
"repository": {
"type": "git",
"url": "https://github.com/dataproofer/suite-template"
},
"keywords": [
"data",
"csv",
"excel"
],
"author": "DataProofer <dataproofer@dataproofer.org>",
"license": "GPL-3.0",
"dependencies": {
"lodash": "^4.0.0",
"dataproofertest": "git@github.com:dataproofer/dataproofertest.js.git"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"documentation": "^3.0.4",
"eslint": "^2.7.0"
}
}