-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "lyria",
"version": "0.3.0-alpha4",
"dependencies": {
"almond": "^0.3.1",
"detectr": "^0.2.3",
"eventmap": "^1.5.0",
"gamebox": "^0.2.0-alpha9",
"handlebars": "^2.0.0",
"jquery": "^2.1.3",
"js-beautify": "~1.5.0",
"mixedice": "^0.5.1",
"modernizr": "^3.0.0-alpha.3"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "0.4.x",
"grunt-amd-tamer": "~0.1.0",
"grunt-bumper": "~1.0.2",
"grunt-cli": "^0.1.13",
"grunt-concat-sourcemap": "0.4.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "0.6.x",
"grunt-dependo": "0.1.x",
"grunt-jsdoc": "~0.5.1",
"grunt-mocha": "0.4.x",
"grunt-plato": "1.3.x",
"grunt-templater": "0.0.6",
"matchdep": "0.3.x"
},
"main": "dist/js/lyria.js",
"scripts": {
"grunt": "grunt",
"bower": "bower",
"test": "npm run grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/freezedev/lyria.git"
}
}