-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"dependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1"
},
"scripts": {
"test": "bin/test.sh",
"lint": "bin/lint.sh"
},
"name": "optimusprime",
"version": "0.2.3",
"description": "Optimus Prime is a babel-jest Transformer.",
"main": "index.js",
"repository": "[email protected]:jsbites/optimusprime.git",
"author": "Volkan Özçelik <[email protected]> (https://volkan.io/)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-jsbites": "^0.5.0",
"eslint-plugin-babel": "^4.1.1"
},
"keywords": [
"babel",
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"demos",
"education",
"helper",
"javascript",
"jest",
"learning",
"podcast",
"screencast",
"transformer",
"tutorials",
"utility",
"vidcast",
"videocast",
"videos"
],
"bugs": {
"url": "https://github.com/jsbites/optimusprime/issues"
},
"homepage": "https://bytesized.tv/"
}