-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
43
44
45
{
"name": "pup-tent",
"version": "0.9.10",
"license": "BSD-3-Clause",
"description": "File caching and template rendering femto-framework using mustache and some assumptions.",
"author": {
"name": "Seth Carbon",
"email": "http://github.com/kltm/pup-tent"
},
"repository": {
"type": "git",
"url": "http://github.com/kltm/pup-tent"
},
"keywords": [
"femto",
"framework",
"template",
"cross-platform",
"Node.js",
"RingoJS"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"underscore": "~1.6.0",
"mustache": "~0.8.2"
},
"devDependencies": {
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-pandoc": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
},
"main": "./lib/pup-tent.js"
}