HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "talkjs",
"version": "0.1.1",
"main": "Gruntfile.js",
"author": "TalkJS Development Team <dev@talkjs.com>",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"grunt": "~0.4.5",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.2.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-sass": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.4.4",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
},
"dependencies": {}
}