-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 934 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 934 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
38
39
40
41
{
"name": "strftime",
"version": "1.0.1",
"description": "Date formatting function",
"main": "strftime.js",
"keywords": [
"strftime",
"date"
],
"homepage": "https://github.com/Katochimoto/strftime",
"author": {
"name": "rikishi",
"email": "bufpost@yandex.ru"
},
"bugs": {
"email": "bufpost@yandex.ru",
"url": "https://github.com/Katochimoto/strftime/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Katochimoto/strftime.git"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"nopt": "2.1.1"
},
"devDependencies": {
"jscs": "1.0.5",
"jshint": ">=2.1.10",
"uglify-js": "2.3.6",
"requirer": "0.0.1",
"mocha": "1.12.0",
"expect.js": "0.2.0"
},
"engines": {
"node": "*"
}
}