-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·47 lines (47 loc) · 1.31 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
{
"version": "0.0.3",
"name": "chrome.sockets.tcp.xhr",
"description": "an XMLHttpRequest drop-in replacement using chrome.sockets.tcp for Chrome Apps",
"author": "Ahmad Nassri <[email protected]> (http://ahmadnassri.com)",
"homepage": "https://github.com/codeinchaos/chrome.sockets.tcp.xhr",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codeinchaos/chrome.sockets.tcp.xhr.git"
},
"bugs": {
"url": "https://github.com/codeinchaos/chrome.sockets.tcp.xhr/issues"
},
"keywords": [
"XHR",
"XMLHttpRequest",
"Chrome",
"Sockets"
],
"files": [
"dist",
"LICENSE"
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jasmine": "^0.6.3",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-coveralls": "^0.3.0",
"grunt-bump": "^0.0.13",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"phantomjs": "^1.9.7-3"
},
"scripts": {
"ci": "grunt test && grunt coveralls",
"release": "grunt build --verbose"
}
}