onem2m
Version:
oneM2M constants and utilities
32 lines (31 loc) • 661 B
JSON
{
"name": "onem2m",
"version": "0.1.8",
"description": "oneM2M constants and utilities",
"main": "index.js",
"scripts": {
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loocat/onem2m.git"
},
"keywords": [
"oneM2M"
],
"author": "loocat",
"license": "MIT",
"bugs": {
"url": "https://github.com/loocat/onem2m/issues"
},
"homepage": "https://github.com/loocat/onem2m#readme",
"dependencies": {
"moment": "^2.17.0",
"uuid": "^3.0.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}