forked from printercu/doT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 880 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
{
"name": "doT",
"version": "1.1.2",
"description": "fast & powerfull template engine",
"repository": {
"type": "git",
"url": "git://github.com/philippsimon/doT.git"
},
"engines": {
"node": ">=0.10 <=5"
},
"keywords": [
"template",
"templating"
],
"author": "Laura Doktorova <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"main": "lib/doT.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "grunt test",
"watch": "grunt watch"
},
"dependencies": {
"flow": "~0.2.0",
"optimist": "~0.3.4"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.8.0",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.1.0",
"grunt-jscs": "^2.8.0",
"grunt-mocha-test": "^0.12.7",
"jscs": "^3.0.3",
"mocha": "*"
}
}