UNPKG

801 BJSONView Raw
1{
2 "name": "tweet.md",
3 "version": "1.1.1",
4 "description": "Render tweet to markdown",
5 "main": "index.es5.js",
6 "scripts": {
7 "transpile": "babel index.js --out-file index.es5.js",
8 "examples": "babel-node examples.js",
9 "test": "mocha -r babel/register",
10 "preversion": "npm run examples",
11 "prepublish": "npm run test && npm run transpile && npm run examples"
12 },
13 "keywords": [
14 "twitter",
15 "tweet",
16 "markdown",
17 "md"
18 ],
19 "homepage": "https://github.com/silentroach/tweet.md",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/silentroach/tweet.md"
23 },
24 "author": "Igor Kalashnikov <igor.kalashnikov@me.com> (https://github.com/silentroach)",
25 "license": "MIT",
26 "devDependencies": {
27 "babel": "^5.8.21",
28 "mocha": "^2.2.5"
29 }
30}