-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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": "psdad",
"version": "0.3.0",
"description": "implementation of psdad data interop proposal",
"main": "index.js",
"scripts": {
"test": "npx standard && npx tap --cov test*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandhawke/psdad.js.git"
},
"keywords": [
"sandhawke"
],
"author": "Sandro Hawke (http://hawke.org/sandro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandhawke/psdad.js/issues"
},
"homepage": "https://github.com/sandhawke/psdad.js#readme",
"devDependencies": {
"canonical-json": "0.0.4",
"jsonic": "^0.3.1",
"tape": "^4.9.1"
},
"dependencies": {
"@sindresorhus/is": "^0.14.0",
"completarr": "^0.2.1",
"debug": "^4.1.0",
"get-stream": "^4.1.0",
"into-stream": "^4.0.0",
"xregexp": "^4.2.0",
"yargs": "^12.0.5"
}
}