-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "broker",
"version": "0.1.0",
"description": "Prepare a web worker to run untrusted code securely",
"main": "dist/broker",
"scripts": {
"test": "grunt citest",
"prepublish": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/TreehouseJS/broker.git"
},
"keywords": [
"treehouse",
"web",
"worker",
"webworker",
"worker",
"sandbox"
],
"author": "Lon Ingram",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "473d5d91f7c803eaaa83eb9838b58e96cb9a5c79",
"bugs": {
"url": "https://github.com/TreehouseJS/broker/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"lodash": "~1.3.1",
"requirejs": "~2.1.8",
"tiny-jsonrpc": "~0.2.1",
"tiny-jsonrpc-postmessage": "~0.1.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"almond": "~0.2.7",
"intern": "~1.3.2",
"rsvp": "3.0.0",
"grunt-wait": "~0.1.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-cli": "~0.1.11",
"grunt-selenium-server": "^0.1.0"
}
}