-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
47 lines (47 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "catiline",
"version": "2.9.3",
"description": "Multi proccessing with workers in the browser.",
"keywords": [
"workers",
"threads",
"parallel"
],
"author": "Calvin Metcalf <[email protected]> (https://github.com/calvinmetcalf)",
"bugs": {
"url": "https://github.com/calvinmetcalf/catiline/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/catiline.git"
},
"scripts": {
"test": "grunt"
},
"jam": {
"include": [
"README.md",
"LICENCE.md",
"dist/catiline.js"
]
},
"main": "dist/catiline.js",
"license": "MIT",
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"chai": "~1.7.2",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.5.4",
"grunt-saucelabs": "~4.0.4",
"grunt": "~0.4.1",
"uglify-js": "~2.3.6",
"defs": "~0.4.1",
"mocha": "~1.12.1",
"grunt-mocha-phantomjs": "~0.3.0"
},
"directories": {
"test": "test"
}
}