-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "i18nliner",
"description": "i18n made simple",
"version": "0.2.6",
"author": "Jon Jensen",
"homepage": "https://github.com/jenseng/i18nliner-js",
"repository": {
"type": "git",
"url": "http://github.com/jenseng/i18nliner-js.git"
},
"main": "./dist/lib/main",
"bin": {
"i18nliner": "./bin/i18nliner"
},
"devDependencies": {
"babel-preset-latest": "~6.22.0",
"browserify": "~14.1.0",
"chai": "~3.5.0",
"eslint": "~3.16.1",
"grunt": "~1.0.1",
"grunt-babel": "~6.0.0",
"grunt-browserify": "~5.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"gruntify-eslint": "~3.1.0",
"matchdep": "~1.0.1",
"mocha": "~3.2.0",
"rimraf": "~2.6.1",
"sinon": "~1.17.7",
"temp": "~0.8.3"
},
"scripts": {
"test": "./node_modules/.bin/grunt test && mocha tmp/test --recursive"
},
"dependencies": {
"babel-traverse": "^6.0.0",
"babylon": "^6.0.0",
"cli-color": "~1.2.0",
"crc32": "~0.2.2",
"gglobby": "0.0.3",
"minimist": "~1.2.0",
"mkdirp": "~0.5.1",
"speakingurl": "13.0.0"
}
}