forked from rtfeldman/elm-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.18 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "elm-css",
"version": "0.7.0-beta11",
"description": "Elm-based CSS Preprocessor",
"main": "index.js",
"bin": {
"elm-css": "./js/cli.js"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "elm-test",
"format": "elm-format src tests examples readme-example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtfeldman/elm-css.git"
},
"keywords": [
"elm",
"css",
"sass",
"less",
"preprocessor"
],
"author": "Richard Feldman <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rtfeldman/elm-css/issues"
},
"homepage": "https://github.com/rtfeldman/elm-css#readme",
"dependencies": {
"binstall": "1.2.0",
"chalk": "2.1.0",
"commander": "2.9.0",
"cross-spawn": "5.1.0",
"firstline": "1.2.1",
"fs-extra": "4.0.1",
"glob": "7.1.2",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"node-elm-compiler": "5.0.1",
"tmp": "0.0.28"
},
"devDependencies": {
"chai": "3.4.1",
"elm-format": "0.8.0",
"elm-test": "^0.19.1-revision7"
},
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
}
}