forked from adactio/Pattern-Primer
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 793 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
{
"name": "pattern-primer",
"description": "Generating styled markup from a folder of markup snippets, using JavaScript on node.js",
"version": "0.0.1",
"author": {
"name": "Jonathan Mahoney",
"url": "https://github.com/codetwizzle/"
},
"repository": {
"type": "git",
"url": "https://github.com/codetwizzle/Pattern-Primer-on-Node.git"
},
"bugs": {
"url": "https://github.com/codetwizzle/Pattern-Primer-on-Node/issues"
},
"main": "pattern-primer",
"bin": {
"pattern-primer": "pattern-primer.js"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"pattern",
"primer",
"build"
],
"readme": "https://github.com/codetwizzle/Pattern-Primer-on-Node/blob/master/README.md",
"dependencies": {
"connect": "^2.13.0"
}
}