-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "knockout.filter",
"version": "0.0.11",
"description": "Data pipe plugin for Knockout.js",
"main": "dest/knockout.filter.js",
"scripts": {
"build": "node build/build.js",
"pretest": "npm run build",
"test": "karma start build/karma.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/differui/knockout.filter.git"
},
"keywords": [
"knockout"
],
"author": "BinRui.Guan <differui@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/differui/knockout.filter/issues"
},
"devDependencies": {
"babel-preset-es2015": "6.13.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babelrc-rollup": "^3.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^2.0.2",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.5.1"
},
"homepage": "https://github.com/differui/knockout.filter#readme"
}