-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
{
"name": "abot-widget",
"description": "Embeddable web chat with abot",
"version": "0.1.0",
"contributors": [
{
"name": "Dale Alexander Webb",
"email": "dale.a.webb@gmail.com"
}
],
"main": "dist/widget.js",
"scripts": {
"build": "webpack --progress --colors",
"start": "node server.js",
"test": "karma start karma.conf.js"
},
"config": {
"port": "8080"
},
"dependencies": {},
"devDependencies": {
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^0.3.1",
"node-static": "^0.7.7",
"phantomjs-prebuilt": "^2.1.7",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.4",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.15"
},
"keywords": [
"abot"
],
"repository": "git://github.com/DaleWebb/abot-widget",
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT"
}