forked from PostFixJS/PostFixJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 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
{
"name": "postfixjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava",
"lint": "standard",
"build:docs": "find ./doc/operators/*.pf | xargs cat | node ./scripts/get-declarations.js > ./doc/operators.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/leMaik/postfixjs.git"
},
"author": "Maik Marschner",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/leMaik/postfixjs#readme",
"devDependencies": {
"ava": "1.0.0-beta.8",
"standard": "^11.0.1"
},
"dependencies": {
"get-stdin": "^6.0.0",
"read": "^1.0.7",
"seedrandom": "^2.4.4",
"sprintf-js": "^1.1.1"
}
}