-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.44 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "backgrid_es6",
"version": "1.1.3",
"description": "Backgrid as an ES6, with bundled plugins and extensions",
"author": "Felipe Figueroa <amenadiel@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/HuasoFoundries/backgrid_es6"
},
"bugs": {
"url": "https://github.com/HuasoFoundries/backgrid_es6/issues"
},
"homepage": "https://github.com/HuasoFoundries/backgrid_es6",
"engines": {
"node": "6.0.x"
},
"keywords": [
"backgrid",
"es6",
"es2015",
"backgrid-paginator",
"backgrid-sizeable-columns"
],
"files": [
"dist",
"package.json",
"README.md",
"LICENCE"
],
"main": "dist/ig_backgrid.js",
"jsnext:main": "dist/ig_backgrid.es6.js",
"module": "dist/ig_backgrid.es6.js",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"jasmine-core": "^2.8.0",
"karma": "^1.1",
"karma-jasmine": "^1.1",
"karma-mocha-reporter": "^2.2",
"karma-phantomjs-launcher": "^1",
"phantomjs-prebuilt": "^2.1",
"rollup": "^0.51.8",
"rollup-plugin-cleanup": "^2.0.0"
},
"jspm": {
"registry": "jspm",
"main": "backgrid.es6.js",
"format": "esm",
"directories": {
"lib": "dist"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.25"
}
}
}