-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.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": "[email protected]:IBM-Watson/design-library.git"
},
"keywords": [
"watson",
"design",
"guide",
"ibm"
],
"authors": [
"Sam Richard <[email protected]>",
"Una Kravets <[email protected]>",
"Jessica Tremblay <[email protected]>",
"Ryan Brownhill <[email protected]>",
"Robyn Hammond <[email protected]>",
"Josh Kimmell <[email protected]>"
],
"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"
}
}