forked from rmariuzzo/Laravel-JS-Localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 735 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "laravel-js-localization",
"version": "1.0.2",
"description": "Laravel Localization in JavaScript",
"main": "js/lang.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node tests/spec/",
"start": "./node_modules/jasmine-node/bin/jasmine-node tests/spec/ --autotest --watch js/"
},
"repository": {
"type": "git",
"url": "git://github.com/rmariuzzo/Laravel-JS-Localization.git"
},
"author": "rmariuzzo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmariuzzo/Laravel-JS-Localization/issues"
},
"devDependencies": {
"jasmine-node": "~1.14.3"
}
}