forked from lacroixdesign/node-neat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 835 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
{
"name": "node-neat",
"version": "2.0.0",
"description": "node-sass wrapper for thoughtbot's bourbon neat library",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --recursive --growl"
},
"repository": {
"type": "git",
"url": "git://github.com/danethomas/node-neat.git"
},
"keywords": [
"sass",
"css"
],
"author": "Michael LaCroix <[email protected]> (http://www.lacroixdesign.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lacroixdesign/node-neat/issues"
},
"dependencies": {
"bourbon-neat": "[email protected]:thoughtbot/neat.git#c1a702b",
"node-bourbon": "[email protected]:danethomas/node-bourbon.git#7f0ff27"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"node-sass": "^3.10.1"
}
}