-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.23 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "cp-patterns",
"version": "1.0.0",
"description": "Customer Portal Web Component Pattern Library",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt dev && grunt test",
"test_update": "grunt dev && bash ./scripts/update-tests",
"start": "grunt",
"create": "yo ./generators/app",
"build": "bash ./scripts/patternkit-sync",
"build:full": "bash ./scripts/patternkit-sync -f",
"build:clean": "bash ./scripts/patternkit-sync -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhataccess/cp-patterns.git"
},
"author": "Red Hat Customer Portal",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/redhataccess/cp-patterns/issues"
},
"homepage": "https://github.com/redhataccess/cp-patterns#readme",
"devDependencies": {
"chalk": "^1.1.3",
"yeoman-generator": "^0.22.5",
"yo": "^1.8.0",
"yosay": "^1.1.0"
},
"dependencies": {
"bluebird": "2.10.2",
"bower": "^1.3.12",
"chai": "3.3.0",
"chai-as-promised": "5.1.0",
"gm": "^1.21.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-bower-concat": "^0.4.0",
"grunt-bower-task": "~0.4.0",
"grunt-bump": "~0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http": "^1.6.0",
"grunt-jsonlint": "^1.0.4",
"grunt-mocha-test": "^0.12.7",
"grunt-modernizr": "^0.6.0",
"grunt-php": "^1.5.0",
"grunt-rsync": "^0.6.2",
"grunt-sass": "^1.0.0",
"grunt-sass-globbing": "^1.3.0",
"grunt-shell": "^1.1.1",
"grunt-sync": "^0.2.0",
"grunt-timer": "^0.6.0",
"grunt-twig-render": "^1.7.2",
"grunt-webdriver": "^1.0.0",
"http-status": "^0.2.0",
"load-grunt-tasks": "^3.1.0",
"lodash": "^3.10.1",
"mocha": "2.3.3",
"nconf": "^0.8.2",
"selenium-standalone": "4.7.0",
"superagent": "^1.4.0",
"supports-color": "2.0.0",
"susy": "^2.2.5",
"webdrivercss": "2.0.0-beta-rc1",
"webdriverio": "3.2.5"
}
}