-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 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
35
36
37
38
39
40
{
"name": "linkr-components",
"description": "Web components for the linkr site",
"private": true,
"author": "Eirik Albrigtsen <[email protected]>",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/clux/linkr-components.git"
},
"keywords": [
"polymer",
"component"
],
"scripts": {
"build": "./build.sh",
"pretestling": "browserify -r tape --debug > bundle.js",
"testling": "testling -x google-chrome",
"karma": "karma start karma.conf.js",
"test": "npm run karma"
},
"testling": {
"html": "tests/linkr.test.html"
},
"dependencies": {},
"devDependencies": {
"karma": "^0.12.35",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.12",
"karma-polymer": "^0.1.4",
"karma-tap": "^1.0.3",
"karma-tap-reporter": "0.0.4",
"tape": "^4.0.0",
"testling": "^1.7.1"
},
"bugs": {
"url": "http://github.com/clux/linkr-components/issues"
},
"license": "MIT"
}