-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 989 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
38
39
40
41
42
43
44
45
46
47
{
"name": "roc-package-module-dev",
"version": "1.0.0",
"description": "Package providing module support for Roc (Development)",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"roc",
"roc-package",
"babel",
"roc-dev"
],
"repository": "https://github.com/rocjs/extensions",
"author": "Schibsted",
"contributors": [
{
"name": "Gustaf Dalemar"
},
{
"name": "Andreas Søvik"
}
],
"license": "MIT",
"dependencies": {
"babel-core": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"output-file-sync": "^2.0.0",
"path-exists": "^3.0.0",
"pretty-ms": "^2.1.0",
"roc": "^1.0.0-rc.23",
"roc-abstract-package-base-dev": "^1.0.0",
"roc-plugin-babel": "^1.0.0",
"slash": "^1.0.0"
},
"roc": {
"packages": [
"./lib/index.js"
]
}
}