-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.42 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
{
"name": "iotacss-starter",
"version": "1.0.0",
"description": "Compilation of iotaCSS modules and structure for starting a custom CSS project.",
"main": "index.js",
"devDependencies": {
"iotacss-base-initialize": "^1.0.1",
"iotacss-base-normalize": "^1.0.0",
"iotacss-components-button": "^1.0.3",
"iotacss-components-modal": "^1.0.3",
"iotacss-objs-container": "^1.0.3",
"iotacss-objs-grid": "^1.0.4",
"iotacss-objs-list": "^1.0.4",
"iotacss-objs-media": "^1.0.5",
"iotacss-objs-type": "^1.0.6",
"iotacss-settings-core": "^1.0.2",
"iotacss-tools-breakpoint": "^1.0.1",
"iotacss-tools-core": "^1.0.9",
"iotacss-tools-ms": "^1.1.0",
"iotacss-tools-rtl": "^1.0.0",
"iotacss-tools-type": "^1.0.2",
"iotacss-utils-align": "^1.0.1",
"iotacss-utils-bgcolor": "^1.0.0",
"iotacss-utils-clearfix": "^1.0.1",
"iotacss-utils-color": "^1.0.1",
"iotacss-utils-display": "^1.0.2",
"iotacss-utils-float": "^1.0.2",
"iotacss-utils-margin": "^1.0.3",
"iotacss-utils-opacity": "^1.0.1",
"iotacss-utils-padding": "^1.0.3",
"iotacss-utils-position": "^1.0.1",
"iotacss-utils-pull": "^1.0.3",
"iotacss-utils-push": "^1.0.3",
"iotacss-utils-size": "^1.0.1",
"iotacss-utils-text": "^1.0.2",
"iotacss-utils-transform": "^1.0.2",
"iotacss-utils-weight": "^1.0.2"
},
"scripts": {},
"author": "David L. Dyess II",
"license": "Apache 2.0"
}