wallet-core/node_modules/ms/package.json

21 lines
360 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "ms",
2017-05-27 17:36:13 +02:00
"version": "0.7.1",
"description": "Tiny ms conversion utility",
"repository": {
"type": "git",
"url": "git://github.com/guille/ms.js.git"
},
2016-11-03 01:33:53 +01:00
"main": "./index",
2017-05-27 17:36:13 +02:00
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"serve": "*"
},
2017-05-27 17:36:13 +02:00
"component": {
"scripts": {
"ms/index.js": "index.js"
2016-10-10 03:43:44 +02:00
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}