-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 828 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 828 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
{
"name": "elemental-one",
"version": "0.1.0",
"author": "Zaven Muradyan <megalivoithos@gmail.com>",
"description": "You Only Get One Element",
"contributors": [{
"name": "Zaven Muradyan",
"email": "megalivoithos@gmail.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/voithos/elemental-one.git"
},
"keywords": [
"game",
"phaser"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-browserify": "~1.2.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"connect-livereload": "~0.2.0",
"grunt-open": "~0.2.1"
},
"bundledDependencies": [],
"license": "MIT"
}