This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
{
"name": "@boughtbymany/splittrjs",
"version": "0.0.3",
"description": "A mutli-purpose string splitter with validation",
"author": {
"name": "Alin Iacob",
"email": "aliniacb@gmail.com"
},
"main": "src/js/Splittr.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "rimraf dist && cross-env NODE_ENV=production webpack",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/boughtbymany/splittr.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/boughtbymany/Splittr.git/issues"
},
"homepage": "https://github.com/boughtbymany/Splittr.git",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"import-glob-loader": "^1.1.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.5",
"pug": "^2.0.0-rc.1",
"pug-loader": "^2.3.0",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}