forked from clubajax/base-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "@clubajax/base-component",
"version": "2.4.2",
"description": "A base for more powerful web components",
"main": "dist/index.js",
"scripts": {
"start": "grunt dev",
"build": "grunt deploy && node ./scripts/deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clubajax/BaseComponent.git"
},
"keywords": [
"JavaScript",
"UI"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/clubajax/BaseComponent/issues"
},
"homepage": "https://github.com/clubajax/BaseComponent#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@clubajax/custom-elements-polyfill": "^0.9.2",
"@clubajax/dom": "^2.7.1",
"@clubajax/node-file-managment": "^0.1.3",
"Randomizer": "github:clubajax/randomizer",
"babelify": "^8.0.0",
"chai": "^4.0.2",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-http-server": "^2.0.0",
"mocha": "^3.4.2"
},
"dependencies": {
"@clubajax/on": "^2.2.0"
},
"directories": {
"test": "tests"
}
}