chen-facebook
Version:
facebook for Chen Framework
34 lines (33 loc) • 781 B
JSON
{
"name": "chen-facebook",
"version": "0.1.2",
"description": "facebook for Chen Framework",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "npm test",
"build": "chen-tsc",
"build:watch": "chen-tsc --watch",
"prepublish": "chen-tsc",
"postinstall": "typings install",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chen-framework/facebook.git"
},
"keywords": [
"facebook",
"chen"
],
"author": "tontonskie",
"license": "ISC",
"bugs": {
"url": "https://github.com/chen-framework/facebook/issues"
},
"homepage": "https://github.com/chen-framework/facebook#readme",
"dependencies": {},
"devDependencies": {
"typings": "^1.3.3"
}
}