-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "badem",
"version": "0.5.4",
"description": "badem is an abstract component composer that does not require a DOM.",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "bin/test.sh",
"lint": "bin/lint.sh",
"build:node": "bin/build-node.sh",
"build:js": "bin/build-js.sh",
"build": "bin/build.sh"
},
"repository": "git+https://github.com/jsbites/badem.git",
"keywords": [
"abstract",
"badem",
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"component tree",
"component",
"composition",
"demos",
"dom",
"education",
"javascript",
"learning",
"native",
"podcast",
"screencast",
"tree",
"tutorials",
"vidcast",
"videocast",
"videos",
"virtual dom"
],
"author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsbites/badem/issues"
},
"homepage": "https://bytesized.tv/",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.9",
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-0": "6.16.0",
"chai": "3.5.0",
"eslint": "3.11.1",
"eslint-plugin-babel": "4.0.0",
"jsbites-coding-standards": "^0.1.0",
"mocha": "3.2.0",
"webpack": "1.14.0",
"webpack-node-externals": "1.5.4",
"webpack-validator": "2.2.11"
},
"dependencies": {
"babel-polyfill": "6.16.0"
}
}