-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·70 lines (70 loc) · 1.9 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
62
63
64
65
66
67
68
69
70
{
"name": "leylim",
"version": "1.1.4",
"description": "Leylim",
"main": "dist/leylim.js",
"module": "dist/leylim.mjs",
"jsnext:main": "dist/leylim.mjs",
"scripts": {
"build": "NODE_ENV=production gulp",
"dev": "rm -rf dist && NODE_ENV=development gulp",
"serve": "scripts/serve.sh",
"test": "nyc --reporter=html --reporter=text mocha",
"test:watch": "nyc --reporter=html --reporter=text mocha --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": "abdullah/leylim",
"keywords": [
"leylim"
],
"author": "Abdullah MARA",
"license": "MIT",
"bugs": {
"url": "https://github.com/abdullah/leylim/issues"
},
"files": [
"dist"
],
"nyc": {
"exclude": [
"lib/editorButtons.js",
"lib/utils.js",
"test"
]
},
"homepage": "https://github.com/abdullah/leylim#readme",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"browser-sync": "^2.18.13",
"coveralls": "^2.13.1",
"cssnano": "^3.10.0",
"eslint": "^4.5.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-image": "^2.10.1",
"gulp-postcss": "^7.0.0",
"gulp-rollup": "^2.14.0",
"istanbul": "^0.4.5",
"jsdom": "^11.2.0",
"livereload": "^0.6.2",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"postcss-cssnext": "^3.0.2",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^2.0.1",
"rollup-pluginutils": "^2.0.1",
"rollup-watch": "^4.3.1"
}
}