Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Oct 27, 2014
1 parent 9780a4f commit a044b7f
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
@@ -1,41 +1,41 @@
{
"name": "esformatter-braces",
"version": "0.4.1",
"description": "esformatter plugin: enforces braces around statements",
"repository": "pgilad/esformatter-braces",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js",
"license.md"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec test",
"watch": "mocha -R spec --watch test"
},
"keywords": [
"esformatter",
"string",
"braces",
"AST",
"rocambole",
"esprima",
"codestyle"
],
"dependencies": {
"rocambole-token": "^1.2.1"
},
"devDependencies": {
"chai": "*",
"esformatter": "^0.4.3",
"mocha": "*"
}
"name": "esformatter-braces",
"version": "1.0.0",
"description": "esformatter plugin: enforces braces around statements",
"repository": "pgilad/esformatter-braces",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js",
"license.md"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec test",
"watch": "mocha -R spec --watch test"
},
"keywords": [
"esformatter",
"string",
"braces",
"AST",
"rocambole",
"esprima",
"codestyle"
],
"dependencies": {
"rocambole-token": "^1.2.1"
},
"devDependencies": {
"chai": "*",
"esformatter": "^0.4.3",
"mocha": "*"
}
}

0 comments on commit a044b7f

Please sign in to comment.