-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 900 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 900 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
{
"name": "atlas-ui-framework",
"version": "2.7.3",
"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": {
"@types/react-native": "^0.61.19",
"react-native-device-info": "^5.5.3"
},
"dependencies": {}
}