-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 962 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 962 Bytes
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
{
"name": "@carbonui/core",
"version": "0.1.0",
"description": "The CarbonUI core library.",
"main": "js/main",
"types": ".d.ts/main",
"scripts": {
"build": "gulp && jest",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarbonUI/core.git"
},
"keywords": [
"ui",
"user-interface",
"uikit"
],
"author": "Trevor Sears <trevorsears.main@gmail.com> (http://trevorsears.io/)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/CarbonUI/core/issues"
},
"homepage": "https://carbonui.io/",
"dependencies": {
"avents": "^0.1.0",
"iter-over": "^1.5.1",
"merj": "^0.3.0",
"millennium": "^0.1.1"
},
"devDependencies": {
"@types/jest": "latest",
"del": "latest",
"gulp": "latest",
"gulp-sourcemaps": "latest",
"gulp-typescript": "latest",
"gulp-uglify-es": "latest",
"gulp-webserver": "latest",
"jest": "latest",
"tslint": "latest",
"typescript": "latest"
}
}