-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
47
48
49
50
51
52
{
"name": "narp",
"version": "5.0.2",
"description": "The worlds best super translation manager package handler",
"main": "dist/index.js",
"bin": "bin/narp.js",
"files": [
"bin",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rimraf dist",
"build": "babel --out-dir dist src"
},
"homepage": "https://github.com/laget-se/narp",
"repository": {
"type": "git",
"url": "http://github.com/laget-se/narp.git"
},
"author": "",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"eslint-config-lagetse": "^1.1.0",
"rimraf": "^2.5.2"
},
"dependencies": {
"colors": "^1.1.2",
"deep-extend": "^0.6.0",
"form-data": "^2.3.1",
"gettext-parser": "^1.1.2",
"got": "^7.1.0",
"mkdirp": "^0.5.1",
"pot-merge": "^2.1.0",
"qs": "^6.5.0",
"react-gettext-parser": "^1.6.0",
"read": "^1.0.7",
"string-to-stream": "^1.1.0",
"yargs": "^4.6.0"
}
}