aboutsummaryrefslogtreecommitdiff
path: root/node_modules/parse-ms/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/parse-ms/package.json')
-rw-r--r--node_modules/parse-ms/package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/parse-ms/package.json b/node_modules/parse-ms/package.json
new file mode 100644
index 000000000..ce7bc7a42
--- /dev/null
+++ b/node_modules/parse-ms/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "parse-ms",
+ "version": "1.0.1",
+ "description": "Parse milliseconds into an object",
+ "license": "MIT",
+ "repository": "sindresorhus/parse-ms",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "browser",
+ "parse",
+ "time",
+ "ms",
+ "milliseconds",
+ "duration",
+ "period",
+ "range"
+ ],
+ "devDependencies": {
+ "mocha": "*"
+ }
+}