-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
{
"name": "@rocjs/roc-internal-dev",
"version": "2.3.1",
"description": "Roc enhancher used for development of Roc extensions",
"bin": {
"rid": "bin/index.js"
},
"files": [
"commands",
"configuration",
"bin"
],
"scripts": {
"docs": "node generate-documentation.js",
"lint": "eslint .",
"test": "npm run lint"
},
"repository": "https://github.com/rocjs/roc-internal-dev",
"author": "Verdens Gang AS",
"contributors": [
{
"name": "Gustaf Dalemar"
}
],
"license": "MIT",
"dependencies": {
"babel-cli": "~6.14.0",
"babel-eslint": "~6.1.2",
"babel-plugin-transform-es2015-destructuring": "~6.9.0",
"babel-plugin-transform-es2015-function-name": "~6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "~6.14.0",
"babel-plugin-transform-es2015-parameters": "~6.11.4",
"babel-plugin-transform-es2015-spread": "~6.8.0",
"babel-plugin-transform-es2015-sticky-regex": "~6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "~6.11.0",
"babel-plugin-transform-export-extensions": "~6.8.0",
"babel-plugin-transform-object-rest-spread": "~6.8.0",
"chalk": "~1.1.3",
"esdoc": "~0.4.8",
"esdoc-es7-plugin": "~0.0.3",
"esdoc-importpath-plugin": "~0.0.1",
"eslint": "~3.5.0",
"eslint-config-airbnb-base": "~7.0.1",
"eslint-plugin-babel": "~3.3.0",
"eslint-plugin-import": "~1.14.0",
"readline-sync": "~1.4.4",
"rimraf": "~2.5.4",
"roc": "^1.0.0-rc.11",
"semver": "^5.3.0"
}
}