-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 Bytes
/
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
{
"name": "angular_web_worker",
"version": "1.0.0",
"description": "Example of a web worker implementation on an angular app",
"main": "index.js",
"scripts": {
"test": "node_modules/karma/bin/karma start",
"serve": "node node_modules/http-server/bin/http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramaralo/angular_web_worker.git"
},
"keywords": [
"angular",
"webworker"
],
"author": "Ruben Oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramaralo/angular_web_worker/issues"
},
"homepage": "https://github.com/ramaralo/angular_web_worker#readme",
"dependencies": {
"angular": "^1.5.7",
"http-server": "^0.9.0"
},
"devDependencies": {
"angular-mocks": "^1.5.7",
"jasmine-core": "^2.4.1",
"jscs": "^3.0.6",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "0.3.7",
"karma-phantomjs-launcher": "^1.0.1"
}
}