-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
60 lines (60 loc) · 1.78 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@coding-blocks/motley",
"version": "3.1.0",
"description": "Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.",
"devDependencies": {
"bootstrap-sass-grid": "^4.0.1",
"express": "^4.16.2",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-livereload": "^0.1.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-open": "^0.2.4",
"grunt-regarde": "^0.1.1",
"grunt-sass": "^2.1.0",
"grunt-static-hbs": "^0.2.0",
"hbs": "^4.1.1",
"jade": "^1.11.0",
"matchdep": "^2.0.0",
"node-sass": "^4.13.1",
"serve-static": "^1.13.2",
"shelljs": "^0.8.3",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "grunt clean",
"prestart": "node file-list-gen.js",
"start": "grunt server",
"prebuild": "node file-list-gen.js",
"build": "grunt build",
"prePublishOnly": "npm run dist",
"dist": "node dist.js",
"stylelint": "stylelint **/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-blocks/motley.git"
},
"author": "Coding Blocks <dev@codingblocks.com>",
"contributors": [
"Aayush Arora <aayush113002@gmail.com>",
"Arnav Gupta <arnav@codingblocks.com>",
"Bipin Kalra <bipin.kalra@codingblocks.com>",
"Vibhu Dujari <vibhu.dujari@codingblocks.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/coding-blocks/motley/issues"
},
"homepage": "https://github.com/coding-blocks/motley#readme",
"dependencies": {
"build": "^0.1.4",
"run": "^1.4.0"
},
"engines": {
"node": ">=10"
}
}