-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 835 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
32
33
34
35
36
37
38
39
{
"name": "title-belt",
"version": "1.0.0",
"description": "Backbone-inspired UI Framework/Styleguide",
"repository": {
"type": "git",
"url": "git+https://github.com/bmcminn/title-belt.git"
},
"keywords": [
"CSS",
"Framework",
"Grid",
"Form",
"Button",
"Validation",
"Stylus",
"Less",
"Sass"
],
"bugs": {
"url": "https://github.com/bmcminn/title-belt/issues"
},
"homepage": "https://github.com/bmcminn/title-belt#readme",
"author": "Brandtley McMinn <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"csso": "^3.4.0",
"grunt": "^1.0.1",
"lodash": "^4.17.4",
"node-file-server": "^1.0.1",
"stylus": "^0.54.5"
},
"scripts": {
"build": "node .bin/build.js"
}
}