forked from ThoughtfulWalrus/graffiome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 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
33
34
{
"name": "graffiome",
"version": "0.0.5",
"description": "A lighthearted chrome extensions to personalize the web.",
"main": "Chrome Extension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/graffiome/graffiome"
},
"keywords": [
"graffiti",
"graffiome"
],
"author": "inconclusivepiglet",
"license": "MIT",
"bugs": {
"url": "https://github.com/graffiome/graffiome/issues"
},
"homepage": "https://github.com/graffiome/graffiome",
"devDependencies": {
"chai": "^2.1.2",
"karma": "^0.12.31",
"mocha": "^2.2.1",
"mockfirebase": "^0.10.3",
"sinon-chrome": "^0.1.1",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4"
}
}