forked from walteranderson/add-to-trello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "add-to-trello",
"version": "1.0.0",
"description": "A chrome extension to make it easier to add cards to Trello from your browser.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --progress -p",
"build": "NODE_ENV=production webpack --progress -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walteranderson/add-to-trello.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/walteranderson/add-to-trello/issues"
},
"homepage": "https://github.com/walteranderson/add-to-trello#readme",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.1",
"noty": "^2.3.11"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"editorconfig": "^0.13.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^4.1.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
}
}