-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 806 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "atlas-ui-framework",
"version": "2.6.0",
"description": "Mendix Atlas UI is the foundation of making beautiful apps with Mendix. For more information about the framework go to https://atlas.mendix.com.",
"main": "",
"scripts": {
"bump:patch": "node ./scripts/bump-patch.js",
"bump:minor": "node ./scripts/bump-minor.js",
"bump:major": "node ./scripts/bump-major.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mendix/Atlas-UI-Framework.git"
},
"author": "Mendix",
"license": "MIT",
"bugs": {
"url": "https://github.com/mendix/Atlas-UI-Framework/issues"
},
"homepage": "https://github.com/mendix/Atlas-UI-Framework#readme",
"devDependencies": {},
"dependencies": {}
}