-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 895 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "tongue",
"version": "0.1.3",
"description": "Helps writing JavaScript code in any supported language",
"main": "dist/tongue.js",
"dependencies": {
"esprima": "^2.7.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2"
},
"homepage": "https://github.com/djadmin/tongue.js",
"bugs": {
"url": "https://github.com/djadmin/tongue.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djadmin/tongue.js.git"
},
"scripts": {
"pretest": "gulp jshint && gulp build",
"test": "gulp test"
},
"keywords": [
"javascript",
"internationalization",
"localization"
],
"author": "Dheeraj Joshi <[email protected]>",
"license": "MIT"
}