forked from FredrikSandell/angular-workers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "angular-workers",
"version": "1.0.1",
"description": "Web worker wrapper for angular",
"main": "angular-workers.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
},
"author": {
"name": "Fredrik Sandell"
},
"repository": {
"type": "git",
"url": "git://github.com/FredrikSandell/angular-workers"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-jshint": "~0.4.x",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "~1.0.x",
"grunt-karma": "~0.7.x",
"grunt-ngmin": "~0.0.3",
"jasmine-core": "^2.1.3",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"load-grunt-tasks": "~0.2.0",
"lodash": "~2.4.x"
}
}