-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 899 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 899 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
33
34
35
36
37
38
{
"name": "slimmy",
"version": "0.1.4",
"description": "Haml to Slim converter, written in coffeescript...",
"main": "lib/slimmy.js",
"scripts": {
"test": "gulp --require coffee-script/register mocha:ci"
},
"repository": {
"type": "git",
"url": "git://github.com/s0ber/slimmy.git"
},
"dependencies": {
"q": "",
"underscore": "",
"walk": "",
"riline": "~0.1.1"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.18.2",
"chai": "~1.9.1",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0",
"gulp": "~3.6.2",
"gulp-util": "~2.2.14",
"gulp-coffee": "~1.4.3",
"gulp-watch": "~0.6.5",
"gulp-mocha": "~0.4.1",
"coffeegulp": "~0.0.4",
"rimraf": ""
},
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/s0ber/slimmy/issues"
}
}