-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "gengo",
"version": "0.1.7",
"description": "Gengo style guide",
"homepage": "https://github.com/gengo/style-guide",
"author": "Gengo, Inc.",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"bootstrap": "~3.3.7",
"bootstrap-docs": "^1.0.0",
"bootstrap-multiselect": "0.9.13",
"bootstrap-sass": "~3.3.6",
"jquery": "1.6",
"moment": "~2.8.2",
"select2": "~3.5.1",
"typeahead.js": "~0.10.5",
"x-editable": "~1.5.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.0",
"grunt-banner": "~0.3.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.1.0",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-newer": "~1.1.0",
"grunt-notify": "^0.4.1",
"grunt-scss-lint": "^0.3.6",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.1.1"
},
"engines": {
"node": ">=0.8.0",
"yarn": ">= 1.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:gengo/style-guide.git"
},
"scripts": {
"dev": "bundle exec grunt dev",
"build": "bundle exec grunt build"
}
}