-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (43 loc) · 1.02 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
{
"name": "themeleon-jade",
"version": "1.0.4",
"description": "Jade mixin for Themeleon.",
"license": {
"type": "Unlicense",
"url": "http://unlicense.org/"
},
"author": {
"name": "Pascal Duez",
"url": "https://github.com/pascalduez"
},
"contributors": [
{
"name": "Valérian Galliat",
"url": "http://val.codejam.info/"
}
],
"homepage": "https://github.com/themeleon/themeleon-jade",
"bugs": "https://github.com/themeleon/themeleon-jade/issues",
"repository": {
"type": "git",
"url": "https://github.com/themeleon/themeleon-jade.git"
},
"dependencies": {
"ap": "^0.2.0",
"jade": "^1.5.0",
"merge": "^1.1.3",
"q": "^1.0.1",
"themeleon": "^1.0.4"
},
"devDependencies": {
"eslint": "^0.7.4",
"faucet": "0.0.1",
"rimraf": "^2.2.8",
"tape": "^2.14.0"
},
"scripts": {
"lint": "eslint *.js test/test.js",
"test": "$npm_package_scripts_lint & tape test/test.js | faucet",
"posttest": "rimraf test/index.html"
}
}