-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.61 KB
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
{
"name": "@cloudcmd/create-element",
"version": "2.0.2",
"description": "create dom element",
"homepage": "http://github.com/cloudcmd/create-element",
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/create-element.git"
},
"main": "lib/create-element.js",
"scripts": {
"watch": "madrun watch",
"watch:client": "madrun watch:client",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:lint:js": "madrun watch:lint:js",
"watch:coverage": "madrun watch:coverage",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"test:update": "madrun test:update"
},
"keywords": [
"create",
"element",
"DOM"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/create-element/issues"
},
"devDependencies": {
"auto-globals": "^1.0.0",
"autoprefixer": "^9.1.0",
"coveralls": "^3.0.0",
"css-modules-require-hook": "^4.2.3",
"eslint": "^6.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^3.5.0",
"madrun": "^5.4.5",
"mock-require": "^3.0.2",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^7.20.2",
"redrun": "^7.0.2",
"rimraf": "^3.0.0",
"supertape": "^1.2.3",
"wraptile": "^3.0.0"
},
"engines": {
"node": ">=8.3"
},
"dependencies": {
"currify": "^4.0.0",
"fullstore": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}