-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "tagrhead",
"version": "2.1.3",
"description": "A search bar with autosuggestions and tags support",
"main": "dist/Tagrhead.js",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"corejs-typeahead": "^1.1.1",
"css-loader": "^0.28.1",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"extract-text-webpack-plugin": "^2.1.0",
"jquery": "^3.2.1",
"mocha": "3.3.0",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"webpack": "2.4.1",
"yargs": "7.1.0"
},
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"bundle": "webpack --env bundle",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"author": "Kev Lai",
"license": "ISC"
}