-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 990 Bytes
/
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
{
"name": "fundamentals-columns",
"version": "1.0.0",
"description": "UX responsive prototype with five collapsible, vertical areas, for exploring patterns and interactions.",
"main": "api.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kdrachtidis/fundamental-styles/archive/refs/heads/main.zip"
},
"author": "Konstantinos Drachtidis",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kdrachtidis/fundamental-styles/issues"
},
"homepage": "https://github.com/kdrachtidis/fundamental-styles#readme",
"devDependencies": {
"express": "^4.19.2",
"grunt": "^1.5.3",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-html": "^12.3.0",
"grunt-minjson": "^0.4.0",
"nodemon": "^3.1.0"
}
}