-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "bemer",
"description": "Template engine. BEMJSON to HTML processor.",
"version": "0.8.7",
"repository": {
"type": "git",
"url": "https://github.com/tenorok/bemer.git"
},
"author": {
"name": "Artem Kurbatov",
"email": "mail@tenorok.ru",
"homepage": "http://tenorok.ru"
},
"license": "MIT",
"dependencies": {
"inherit": "2.1.0",
"molotok": "~0.1.2"
},
"devDependencies": {
"git-hooks": "~0.0.6",
"jsdoc": "v3.3.0-alpha8",
"chai": "~1.8.1",
"jscs": "~1.2.4",
"jshint": "~2.5.6",
"grunt-prompt": "~1.1.0",
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.4.0",
"grunt-cli": "~0.1.13",
"grunt-definer": "~0.1.2",
"grunt-mocha-test": "~0.9.1",
"grunt-shell": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-mkdir": "~0.1.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-mocha-istanbul": "~2.1.0",
"benchmark": "~1.0.0",
"beautify-benchmark": "~0.2.4",
"grunt-coveralls": "~1.0.0",
"yaspeller": "~2.1.0"
}
}