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
|
{
"name": "handlebarsjs.org",
"version": "3.0.1",
"description": "handlebars 中文网",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nimojs/handlebarsjs.org"
},
"keywords": [
"handlebarsjs"
],
"author": "nimojs <nimo.jser@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nimojs/handlebarsjs.org/issues"
},
"homepage": "https://github.com/nimojs/handlebarsjs.org",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-cheerio": "^0.6.2",
"gulp-markdown": "^1.0.0",
"gulp-server-livereload": "^1.2.1",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.4",
"handlebars": "^3.0.1",
"handlebars-helper-is": "^0.0.1",
"highlight.js": "^8.5.0",
"node-notifier": "^4.1.2"
}
}
|