forked from FirstLegoLeague/fllscoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 782 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
{
"name": "fllscoring",
"version": "0.0.0",
"description": "fll scoring application",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox --reporters dots",
"install": "bower install"
},
"repository": "",
"author": "rikkert@rikkertkoppes.com",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-karma": "^0.8.3",
"grunt-node-webkit-builder": "~0.1.3",
"grunt-phonegap-build": "0.0.8",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5"
},
"dependencies": {
"express": "^3.4.8",
"karma-coverage": "^0.2.4",
"mkdirp": "^0.3.5"
}
}