-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "themeleon-nunjucks",
"version": "0.1.2",
"description": "Nunjucks 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-nunjucks",
"bugs": "https://github.com/themeleon/themeleon-nunjucks/issues",
"repository": {
"type": "git",
"url": "https://github.com/themeleon/themeleon-nunjucks.git"
},
"dependencies": {
"ap": "^0.2.0",
"nunjucks": "^1.0.7",
"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"
}
}