forked from trojanowski/underscore-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 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
{
"name": "underscore-brunch",
"version": "1.4.1",
"description": "Adds Underscore.js templates support to brunch.",
"author": "Daniel Trojanowski (https://github.com/trojanowski)",
"homepage": "https://github.com/trojanowski/underscore-brunch",
"repository": {
"type": "git",
"url": "git@github.com:trojanowski/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": {
"coffeescript": "^2.7.0",
"underscore": "1.4.2"
},
"devDependencies": {
"mocha": "1.3.2",
"chai": "1.2.0"
}
}