-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 915 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
{
"name": "sniplicity",
"version": "0.1.10",
"description": "Simple snippet-based static HTML build system that lets you reuse code snippets with simple variables and conditional inclusion.",
"main": "./lib/sniplicity.js",
"bin": "./bin/sniplicity",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/davebalmer/sniplicity.git"
},
"keywords": [
"html",
"template",
"build",
"make",
"parse",
"watch"
],
"author": {
"name": "Dave Balmer",
"email": "[email protected]",
"url": "http://blog.davebalmer.com"
},
"license": "MIT",
"homepage": "https://github.com/davebalmer/sniplicity",
"bugs": {
"url": "https://github.com/davebalmer/sniplicity/issues"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0"
}
}