forked from sightmachine/simplecv-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (30 loc) · 764 Bytes
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
{
"author": "Sight Machine",
"name": "simplecv.js",
"description": "A Javascript Port of SimpleCV Framework",
"version": "0.0.1",
"homepage": "http://simplecv.org",
"repository": {
"type": "git",
"url": "http://github.com/ingenuitas/simplecvjs"
},
"engines": {
"node": "~0.6.10"
},
"scripts": {
"start": "brunch watch --server"
},
"dependencies": {
"javascript-brunch": "1.0.x || 1.1.x",
"coffee-script-brunch": "1.0.x || 1.1.x",
"css-brunch": "1.0.x || 1.1.x",
"stylus-brunch": "1.0.x || 1.1.x",
"handlebars-brunch": "1.0.x || 1.1.x",
"uglify-js-brunch": "1.0.x || 1.1.x",
"clean-css-brunch": "1.0.x || 1.1.x"
},
"devDependencies": {
"mocha": "0.14.0",
"expect.js": "0.1.2"
}
}