-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.26 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
46
47
48
49
50
51
52
53
54
{
"name": "plus.js",
"version": "0.0.4",
"description": "T",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:reimertz/plus.js.git"
},
"keywords": [
"template",
"templating-engine",
"engine",
"fast"
],
"author": "Piérre Reimertz",
"license": "MIT",
"devDependencies": {
"gulp-minify-css": "~0.3.7",
"gulp-uglify": "~0.3.1",
"gulp": "~3.8.7",
"gulp-load-plugins": "~0.5.3",
"require-dir": "~0.1.0",
"gulp-notify": "~1.4.2",
"sass": "~0.5.0",
"gulp-sass": "~0.7.2",
"gulp-autoprefixer": "0.0.8",
"gulp-rename": "~1.2.0",
"gulp-serve": "~0.2.0",
"gulp-watch": "~0.6.9",
"lazypipe": "~0.2.2",
"stylus": "~0.47.3",
"jshint-stylish": "~0.4.0",
"gulp-cached": "~1.0.1",
"gulp-jshint": "~1.8.4",
"gulp-csslint": "~0.1.5",
"gulp-livereload": "~2.1.0",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"opn": "~1.0.0",
"gulp-markdown": "~0.2.0",
"gulp-clean": "~0.3.1",
"gulp-util": "~3.0.0",
"gulp-template": "~1.0.0",
"gulp-rimraf": "~0.1.0",
"gulp-gzip": "0.0.8",
"gulp-data": "~1.0.2",
"gulp-minify-html": "~0.1.4",
"mocha": "~1.21.4"
}
}