forked from drewcovi/ember-cli-stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 830 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
{
"name": "ember-cli-stylus",
"version": "1.0.6",
"description": "Use node-stylus to preprocess your ember-cli app's files, with support for sourceMaps and include paths",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ember-addon",
"sass"
],
"author": "@drewcovi",
"license": "MIT",
"dependencies": {
"broccoli-merge-trees": "^3.0.1",
"broccoli-stylus-single": "github:sergeastapov/broccoli-stylus-single#master",
"ember-cli-version-checker": "^2.1.2",
"stylus": "0.x"
},
"repository": {
"type": "git",
"url": "git://github.com/drewcovi/ember-cli-stylus.git"
},
"bugs": {
"url": "https://github.com/drewcovi/ember-cli-stylus/issues"
},
"homepage": "https://github.com/drewcovi/ember-cli-stylus"
}