Init project
This commit is contained in:
parent
8d499af33a
commit
5ed4df7235
2 changed files with 34 additions and 0 deletions
5
.eslintrc
Normal file
5
.eslintrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "./node_modules/eslint-config/.eslintrc",
|
||||
"parser": "babel-eslint",
|
||||
"globals": { }
|
||||
}
|
29
package.json
Normal file
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "jsfuckify",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
},
|
||||
"author": "TheOrangeOne",
|
||||
"dependencies": {
|
||||
"browserify": "=13.0.0",
|
||||
"browserify-transform-tools": "=1.5.3",
|
||||
"jscrewit": "=1.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.6.5",
|
||||
"babel-eslint": "^5.0.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babelify": "^7.2.0",
|
||||
"chai": "^3.5.0",
|
||||
"eslint": "=1.5.0",
|
||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||
"eslint-plugin-react": "^4.2.3",
|
||||
"istanbul": "^0.4.2",
|
||||
"jsonlint": "^1.6.2",
|
||||
"mocha": "^2.4.5",
|
||||
"sinon": "^1.17.3",
|
||||
"sinon-chai": "^2.8.0"
|
||||
}
|
||||
}
|
Reference in a new issue