-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 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
{
"name": "browser-component",
"version": "0.1.2",
"description": "Components for rendering browser style UIs.",
"directories": {
"example": "examples"
},
"devDependencies": {
"bower": "^1.8.8",
"grunt": "^1.0.4",
"grunt-contrib-watch": "^1.1.0",
"grunt-data-uri": "~0.3.0",
"grunt-vulcanize": "^1.0.0",
"grunt-webfont": "^1.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "google-chrome --load-and-launch-app=`pwd`"
},
"repository": {
"type": "git",
"url": "https://github.com/jokesterfr/browser-component.git"
},
"author": "Clément Désiles <[email protected]>",
"license": "Mozilla Public Licence version 2",
"bugs": {
"url": "https://github.com/jokesterfr/browser-component/issues"
},
"dependencies": {
"typeface-fira-sans": "0.0.75"
}
}