Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Aug 22, 2015
2 parents e8463e7 + f5ca5f0 commit 8491ffd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 23 deletions.
39 changes: 39 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "lang.js",
"version": "1.0.0",
"description": "Laravel's Lang in JavaScript!",
"keywords": [
"laravel",
"lang",
"localization",
"l10n",
"internationalization",
"i18n"
],
"homepage": "https://github.com/rmariuzzo/Lang.js",
"authors": [{
"name": "Rubens Mariuzzo",
"email": "[email protected]",
"homepage": "https://github.com/rmariuzzo"
}],
"repository": {
"type": "git",
"url": "https://github.com/rmariuzzo/Lang.js.git"
},
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"main": [
"src/lang.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"package.json"
]
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "lang.js",
"version": "1.0.0",
"description": "Laravel's Lang in JavaScript!",
"main": "src/lang.js",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node test/spec/",
"minify": "./node_modules/uglify-js/bin/uglifyjs src/lang.js --output dist/lang.min.js --comments --verbose",
"start": "./node_modules/jasmine-node/bin/jasmine-node test/spec/ --color --autotest --watch src/",
"build:dist": "npm run test && npm run minify"
},
"repository": {
"type": "git",
"url": "git://github.com/rmariuzzo/Lang.js.git"
},
"author": "rmariuzzo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmariuzzo/Lang.js/issues"
},
"devDependencies": {
"jasmine-node": "~1.14.3",
"uglify-js": "^2.4.24"
}
"name": "lang.js",
"version": "1.0.0",
"description": "Laravel's Lang in JavaScript!",
"main": "src/lang.js",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node test/spec/",
"minify": "./node_modules/uglify-js/bin/uglifyjs src/lang.js --output dist/lang.min.js --comments --verbose",
"start": "./node_modules/jasmine-node/bin/jasmine-node test/spec/ --color --autotest --watch src/",
"build:dist": "npm run test && npm run minify"
},
"repository": {
"type": "git",
"url": "git://github.com/rmariuzzo/Lang.js.git"
},
"author": "rmariuzzo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmariuzzo/Lang.js/issues"
},
"devDependencies": {
"jasmine-node": "~1.14.3",
"uglify-js": "^2.4.24"
}
}

0 comments on commit 8491ffd

Please sign in to comment.