tkd-api/node_modules/node-stringify/package.json

27 lines
535 B
JSON

{
"name": "node-stringify",
"engines": {
"node": ">=4.0.0"
},
"version": "0.2.1",
"author": {
"name": "Chiang Fu",
"email": "fuqcool@gmail.com"
},
"keywords": ["stringify", "serialize"],
"main": "./node-stringify.js",
"repository": {
"type": "git",
"url": "https://github.com/fuqcool/node-stringify.git"
},
"dependencies": {
},
"devDependencies": {
"jasmine-node": "1.14.2"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node spec/"
},
"license": "MIT"
}