-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 714 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
31
32
33
34
35
{
"name": "pvc",
"version": "0.0.6",
"description": "Basic utilities for object streams.",
"main": "dist/pvc.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"author": "James Gill <jamesagill@gmail.com> (https://github.com/jagill)",
"repository": {
"type": "git",
"url": "https://github.com/jagill/node-pvc.git"
},
"license": "MIT",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"devDependencies": {
"chai": "^3.0.0",
"coffee-script": "^1.9.1",
"gulp": "^3.0.0",
"gulp-coffee": "^2.3.1",
"gulp-mocha": "^2.0.0",
"mocha": "^2.1.0",
"sinon": "^1.14.1"
},
"dependencies": {
}
}