This repository has been archived by the owner on Mar 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.18 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "paperwork-sdk-service-node",
"version": "1.0.0",
"description": "The Paperwork SDK for building Node.js services",
"main": "lib/index.js",
"scripts": {
"compile": "gulp",
"prepublish": "npm run compile",
"docs": "gulp docs",
"test": "ava",
"flow": "flow",
"flow:copy": "flow-copy-source --verbose -i '**/test/**' src lib"
},
"engines": {
"node": ">=8.5.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/paperworkco/sdk-service-node.git"
},
"keywords": [
"Paperwork",
"Paperframe",
"Node",
"Service",
"SDK",
"Framework",
"REST",
"API"
],
"author": {
"name": "The Paperwork Company",
"email": "[email protected]",
"url": "https://paperwork.company"
},
"contributors": [
{
"name": "Marius M.",
"email": "[email protected]",
"url": "https://twostairs.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/paperworkco/sdk-service-node/issues"
},
"homepage": "https://github.com/paperworkco/sdk-service-node",
"devDependencies": {
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^5.3.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-ava": "^5.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"flow-bin": "^0.78.0",
"flow-copy-source": "^2.0.2",
"gulp": "^3.9.1",
"gulp-ava": "^0.19.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-develop-server": "^0.5.2",
"gulp-eslint": "^5.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.1",
"isparta": "^4.1.0",
"jshint-sourcemap-reporter": "0.0.1",
"minami": "^1.2.3",
"nsp": "^3.2.1",
"nsp-formatter-checkstyle": "^1.0.2",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.1",
"tmp": "0.0.33"
},
"dependencies": {
"documentation": "^8.1.0",
"gulp-documentation": "^3.2.1",
"http-status-codes": "^1.3.0",
"joi": "^13.6.0",
"lodash": "^4.17.10",
"paperframe": "^2.1.1"
}
}