We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03acf0 commit a16c4b1Copy full SHA for a16c4b1
.travis.yml
@@ -11,8 +11,6 @@ node_js:
11
- "0.12"
12
- "0.11"
13
- "0.10"
14
- - "0.8"
15
- - "0.6"
16
- "iojs"
17
18
before_install:
package.json
@@ -18,8 +18,16 @@
},
19
"devDependencies": {
20
"browserify": "5.11.1",
21
+ "gulp": "3.8.8",
22
+ "gulp-gh-pages": "^0.5.4",
23
+ "gulp-jsdoc3": "^0.2.1",
24
+ "gulp-mustache": "0.4.0",
25
+ "gulp-rename": "1.2.0",
26
+ "gulp-uglify": "1.0.1",
27
+ "ink-docstrap": "1.1.4",
28
+ "jsdoc": "^3.4.0",
29
"jshint": "0.9.0",
- "lodash": "4.6.x",
30
+ "lodash": "^2.4.1",
31
"mocha": "1.8.x",
32
"node-minify": "*",
33
"optimist": "0.3.5",
0 commit comments