-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 981 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 981 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
{
"name": "a-k-apart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"basscss-background-colors": "^2.1.0",
"basscss-base-reset": "^2.0.3",
"basscss-btn": "^1.1.1",
"basscss-btn-primary": "^1.1.0",
"basscss-colors": "^2.2.0",
"basscss-forms": "^1.0.0",
"basscss-layout": "^3.1.0",
"basscss-margin": "^1.0.7",
"basscss-padding": "^1.1.3",
"basscss-type-scale": "^1.0.5",
"basscss-typography": "^3.0.3",
"compression": "^1.6.2",
"cssnano": "^3.7.5",
"express": "^4.14.0",
"get-prime-factors": "^1.0.0",
"postcss-color-function": "^2.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-import": "^8.1.2",
"postcss-middleware": "^1.1.2",
"rm": "^0.1.6"
},
"engines": {
"node": "6.3.x"
}
}