-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "triangle-picker",
"version": "1.0.2",
"description": "A JQuery plugin to make a triangle picker",
"main": "picker.js",
"scripts": {
"start:dev": "webpack-dev-server --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/james-wasson/triangle-picker.git"
},
"keywords": [
"javascript",
"jquery",
"trianglePicker",
"triangle-picker",
"picker",
"plugin"
],
"author": "James Adam Wasson",
"license": "MIT",
"bugs": {
"url": "https://github.com/james-wasson/triangle-picker/issues"
},
"homepage": "https://github.com/james-wasson/triangle-picker#readme",
"devDependencies": {
"concurrently": "^3.6.1",
"css-loader": "^1.0.0",
"express": "^4.16.3",
"jquery": "^3.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"node-sass": "^4.9.2",
"nodemon": "^1.18.3",
"path": "^0.12.7",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"vue": "^2.5.16",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}