forked from mbarinov/poly-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 729 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 729 Bytes
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
{
"name": "poly-filters",
"version": "1.0.0",
"description": "Polymer filters",
"repository": {
"type": "git",
"url": "https://github.com/mbarinov/poly-filters.git"
},
"main": "karma.conf.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"author": "Maxim Barinov <barinovmaxim@gmail.com>",
"license": "ISC",
"devDependencies": {
"graceful-fs": "3.0.5",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-coverage": "^0.2.7",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-should": "0.0.1",
"lcov-filter": "0.0.1",
"mocha": "2.1.0",
"mocha-lcov-reporter": "0.0.1",
"should": "4.6.5"
}
}