-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (25 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (25 loc) · 741 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
{
"name": "phpdate-js",
"version": "1.1.0",
"description": "fast php date() work-alike for nodejs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/andrasq/phpdate-js"
},
"main": "index.js",
"author": { "name": "Andras", "url": "http://github.com/andrasq" },
"engines": { "node": "*" },
"keywords": [ "Andras", "date", "time", "format", "conversion", "quick", "fast", "nodejs", "js", "php" ],
"readme": "see Readme.md in the repo",
"scripts": {
"test": "qnit -t 20000 test*",
"coverage": "nyc --reporter text --reporter lcov npm run test*",
"clean": "rm -rf .nyc_output coverage"
},
"dependencies": {
},
"devDependencies": {
"tempnam": "1.1.2"
}
}