-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 869 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 869 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
36
37
38
39
40
{
"name": "sniper",
"version": "0.2.16",
"description": "Renders snippets on demand",
"main": "lib/index.js",
"bin": {
"sniper": "./bin/sniper"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/biojs/sniper"
},
"keywords": [
"biojs",
"sniper",
"templates"
],
"author": "greenify <greeenify@gmail.com>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/biojs/sniper/issues"
},
"homepage": "https://github.com/biojs/sniper",
"dependencies": {
"biojs-util-snippets": "^0.1.16",
"bluebird": "^3.2.2",
"commander": "^2.3.0",
"concat-stream": "^1.4.6",
"deepcopy": "^0.4.0",
"director": "^1.2.3",
"ecstatic": "^3.3.0",
"minilog": "^2.0.6",
"serve-favicon": "^2.1.6",
"swig": "^1.4.2",
"union": "^0.4.2"
}
}