forked from GulinSS/bower-asserts-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 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
{
"name": "bower-asserts-brunch",
"version": "0.0.1",
"description": "Adds Bower support to Brunch for asserts from Bower packages",
"author": {
"name": "Gulin Serge",
"url": "http://gulin.pro/"
},
"homepage": "https://github.com/GulinSS/bower-asserts-brunch",
"repository": {
"type": "git",
"url": "git@github.com:GulinSS/bower-asserts-brunch.git"
},
"main": "./lib/index",
"scripts": {
"prepublish": "coffee -o lib/ src/",
"postinstall": "node setup.js postinstall"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"dependencies": {
"coffee-script": "1.3.3",
"file": "~0.2.1",
"lodash": "~1.0.0-rc.3",
"mkdirp": "~0.3.4"
},
"devDependencies": {
"mocha": "1.2.2",
"chai": "1.1.0"
}
}