We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e4f3c commit 5c83490Copy full SHA for 5c83490
package.json
@@ -27,16 +27,17 @@
27
"jsdoctypeparser": "^1.1.3"
28
},
29
"devDependencies": {
30
- "browserify": "~3.30.2",
31
- "chai": "^1.9.1",
32
- "esprima": "^1.2.2",
33
- "jscs": ">=1.8.0 <2.0",
34
- "jshint": "~2.5.4",
35
- "mocha": "~1.17.1"
+ "chai": "^1.10.0",
+ "jscs": "^1.8.0",
+ "jshint": "^2.5.10",
+ "mocha": "^2.0.1"
36
37
"peerDependencies": {
38
"jscs": ">=1.8.0 <2.0"
39
+ "optionalDependencies": {
+ "browserify": "^6.3.3"
40
+ },
41
"scripts": {
42
"lint": "jshint lib test && jscs lib test",
43
"test": "npm run lint && mocha",
0 commit comments