-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "tourux",
"version": "0.0.1",
"description": "A responsive product tour js library, with a step-by-step guide",
"main": "dist/tourux.js",
"scripts": {
"build": "webpack --env dev && webpack --env prod && npm run test",
"prod": "webpack --env prod",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --require babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dipcore/tourux"
},
"keywords": [
"tour",
"guide",
"step-by-step",
"product",
"library"
],
"author": "Denys Petrovnin",
"license": "MIT",
"bugs": {
"url": "https://github.com/dipcore/tourux/issues"
},
"homepage": "https://github.com/dipcore/tourux",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"css-loader": "^0.28.7",
"eslint": "^4.12.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mocha": "^4.0.1",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"yargs": "^10.0.3"
}
}