-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "litequery",
"version": "0.2.1",
"description": "",
"main": "dist/litequery.min.js",
"scripts": {
"build": "rollup -c --environment BUILD:production",
"build:debug": "rollup -c",
"build:watch": "rollup -c -w",
"test": "mocha --compilers js:babel-core/register tests/**.spec.js",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/carlhannes/litequery.git"
},
"author": "carlhannes",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlhannes/litequery/issues"
},
"homepage": "https://github.com/carlhannes/litequery#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"jsdom": "7.0.2",
"mocha": "^4.0.1",
"mocha-jsdom": "^1.1.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-filesize": "^1.4.2",
"rollup-plugin-multi-dest": "^1.0.2",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1"
},
"dependencies": {},
"false": {}
}