forked from pedroclayman/darts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 766 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
{
"name": "Darts",
"version": "0.1.0",
"description": "A simple darts score counter project",
"main": "index.js",
"repository": "https://github.com/pedroclayman/darts.git",
"scripts": {
"test": "karma start test/karma.config.js"
},
"keywords": [
"darts",
"score",
"counter"
],
"author": "Peter Mihalik",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-concat-css": "^2.0.0",
"gulp-jsmin": "^0.1.4",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"
}
}