Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Hoey committed Mar 13, 2017
0 parents commit 4f563e6
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "slack-hawk-down",
"version": "0.1.1",
"description": "Render Slack flavored markdown as HTML",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-emoji": "node updateEmoji.js",
"transpile": "babel src --presets babel-preset-es2015 --out-dir dist",
"build": "npm run update-emoji && npm run transpile && browserify dist/index.js -o dist/bundle.js",
"prepackage": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swiftype/slack-hawk-down.git"
},
"keywords": [
"slack",
"markdown"
],
"author": "Alec Hoey",
"license": "MIT",
"bugs": {
"url": "https://github.com/swiftype/slack-hawk-down/issues"
},
"homepage": "https://github.com/swiftype/slack-hawk-down#readme",
"dependencies": {
"xregexp": "^3.1.1"
},
"devDependencies": {
"babel-core": "^6.23.0",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0"
}
}

0 comments on commit 4f563e6

Please sign in to comment.