-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 775 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
{
"name": "bitmap-transformer",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"test:watch": "npm test -- -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cfpdx-401JS-spring-2017/bitmap-transformer.git"
},
"author": "Marty Nelson <marty@martypdx.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cfpdx-401JS-spring-2017/bitmap-transformer/issues"
},
"homepage": "https://github.com/cfpdx-401JS-spring-2017/bitmap-transformer#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"mocha": "^3.2.0"
},
"description": "",
"dependencies": {
"fs": "0.0.1-security",
"fs-promise": "^2.0.2"
}
}