-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 936 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
37
38
{
"name": "seneca-entity-save-stream",
"version": "0.0.4",
"description": "Import your data into Seneca",
"main": "lib/index.js",
"scripts": {
"test": "tape test/*.js | faucet",
"lint": "standard"
},
"pre-commit": [
"test",
"lint"
],
"website": "https://github.com/senecajs-labs/seneca-entity-save-stream",
"repository": {
"type": "git",
"url": "https://github.com/senecajs-labs/seneca-entity-save-stream.git"
},
"bugs": {
"url": "http://github.com/senecajs-labs/seneca-entity-save-stream/issues"
},
"author": "Matteo Collina <[email protected]>",
"contributors": [
"Dean McDonnell (http://mcdonnelldean.me)"
],
"license": "MIT",
"devDependencies": {
"faucet": "0.0.1",
"pre-commit": "^1.1.1",
"seneca": "^0.7.1",
"standard": "^5.3.1",
"tape": "^4.2.1"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.2"
}
}