-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 880 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 880 Bytes
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
{
"name": "separator",
"version": "0.1.0",
"description": "Create separators in your console output",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jfelsinger/node-separator.git"
},
"keywords": [
"separator",
"console"
],
"author": "Joel Felsinger <jffelsinger@gmail.com> (joelfredrick.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfelsinger/node-separator/issues"
},
"homepage": "https://github.com/jfelsinger/node-separator",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"mocha": "^2.1.0",
"should": "^4.4.2",
"sinon": "^1.12.2"
}
}