forked from IBM-Watson/design-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
{
"name": "watson-design-guide",
"version": "1.1.0",
"description": "Design guidelines and patterns for creating sites and applications with IBM Watson",
"main": "index.js",
"scripts": {
"test": "npm run gulp build",
"postinstall": "npm run install:bower",
"install:bower": "npm run bower install",
"build": "npm run gulp build",
"bower": "./node_modules/bower/bin/bower",
"gulp": "./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git@github.com:IBM-Watson/design-library.git"
},
"keywords": [
"watson",
"design",
"guide",
"ibm"
],
"authors": [
"Sam Richard <sam.richard@us.ibm.com>",
"Una Kravets <unakravets@us.ibm.com>",
"Jessica Tremblay <tremblay@us.ibm.com>",
"Ryan Brownhill <rgbrownh@us.ibm.com>",
"Robyn Hammond <rlhammon@us.ibm.com>",
"Josh Kimmell <jmkimmel@us.ibm.com>"
],
"license": [
"Apache 2.0",
"CC-BY 4.0"
],
"bugs": {
"url": "https://github.com/IBM-Watson/design-library/issues"
},
"homepage": "https://github.com/IBM-Watson/design-library",
"devDependencies": {
"gulp": "^3.8.11",
"runner": "git://github.com/ibm-watson/runner"
},
"dependencies": {
"bower": "^1.4.1"
}
}