forked from mozilla/devtools-perf-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 872 Bytes
/
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
{
"name": "devtools-perf-game",
"version": "0.0.1",
"description": "Power Surge - A Firefox Developer Edition Performance Tools Celebration!",
"devDependencies": {
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp": "^3.8.11",
"gulp-sourcemaps": "^1.5.2"
},
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/devtools-perf-game.git"
},
"keywords": [
"game",
"performance"
],
"author": "Mozilla (https://mozilla.org/)",
"contributors": [
"Przemysław Sikorski <[email protected]> (http://rezoner.net)",
"Harald Kirschner <[email protected]> (http://digitarald.de)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mozilla/devtools-perf-game/issues"
},
"homepage": "http://codepen.io/mozhacks/pen/xGgevw?editors=001"
}