-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1009 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "patternengine-node-thymol",
"description": "The Thymol engine for Pattern Lab / Node",
"version": "0.1.2",
"main": "lib/engine_thymol.js",
"dependencies": {
"domino": "1.0.26",
"thymol-node": "git+https://github.com/thymol/thymol-node.git#4d709676aa54f5d2dd2e16ce7ce03d46b082edab"
},
"devDependencies": {
"eslint": "^3.5.0",
"nodeunit": "^0.10.2"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript",
"Thymeleaf",
"Thymol"
],
"repository": {
"type": "git",
"url": "git://github.com/headissue/patternengine-node-thymol.git"
},
"bugs": "https://github.com/headissue/patternengine-node-thymol/issues",
"author": {
"name": "Maximilian Richt"
},
"contributors": [
{
"name": "Tobias Brennecke"
}
],
"license": "MIT",
"scripts": {
"test": "eslint lib/**/*.js && eslint test/**/*.js && nodeunit test/*.js"
},
"engines": {
"node": ">=4.0"
}
}