-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 860 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 860 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
{
"name": "unedtfy",
"version": "0.0.1-beta.1",
"description": "Javascript date parser, humanizes edtf dates.",
"homepage": "http://edtfy.barbotte.net",
"repository": {
"type": "git",
"url": "https://github.com/nicompte/unedtfy"
},
"keywords": ["edtf", "date", "parser"],
"main": "dist/unedtfy.js",
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"author": "Nicolas Barbotte <nicolas@barbotte.net>",
"license": "MIT",
"devDependencies": {
"browserify": "^10.2.1",
"browserify-derequire": "^0.9.4",
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.1",
"gulp-peg": "git://github.com/nicompte/gulp-peg.git#master",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}