-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.55 KB
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
41
{
"name": "static-underscore-brunch",
"version": "1.4.5",
"keywords": [
"brunch",
"underscore"
],
"description": "Adds static underscore templates support to brunch without wrapping the output in modules of type commonjs/amd.",
"author": {
"name": "Mike Slattery"
},
"homepage": "https://github.com/slattery/static-underscore-brunch",
"repository": {
"type": "git",
"url": "git@github.com:slattery/static-underscore-brunch.git"
},
"main": "./lib/index",
"scripts": {
"prepublish": "coffee -o lib/ src/",
"postinstall": "node setup.js postinstall",
"test": "node setup.js test"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"dependencies": {
"coffee-script": "1.3.3",
"underscore": "1.4"
},
"devDependencies": {
"mocha": "1.3.2",
"chai": "1.2.0"
},
"readme": "## static-underscore-brunch\nAdds [underscore](http://underscorejs.org) template support to\n[brunch](http://brunch.io) without wrapping the output in modules of type commonjs/amd.\n\n## Usage\nAdd `\"static-underscore-brunch\": \"x.y.z\"` to `package.json` of your brunch app.\n\nPick a plugin version that corresponds to your minor (y) brunch version.\n\nIf you want to use git version of plugin, add\n`\"static-underscore-brunch\": \"git+ssh://git@github.com:slattery/static-underscore-brunch.git\"`.\n",
"readmeFilename": "README.md",
"_id": "static-underscore-brunch@1.4.5",
"dist": {
"shasum": "ba3016e9df9859d15ab0cff5044b1bc833c083b2"
},
"_from": "/Users/mike/local_stash/work/github/static-underscore-brunch"
}