-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
28 lines (28 loc) · 954 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
{
"name": "rl-js-skeleton",
"version": "0.2.0",
"description": "A roguelike micro-framework for JS beginners. Designed to give a well designed and organized starting point for developers new to programming and or JS. It does NOT provide map generation tools, other libraries like rot.js can be used to serve that purpose.",
"scripts": {
"docs": "./node_modules/yuidocjs/lib/cli.js"
},
"author": "Carl Olsen",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"dust": "^0.3.0",
"dustjs-helpers": "^1.3.0",
"dustjs-linkedin": "^2.4.2",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-yuidoc": "^0.5.2",
"metalsmith": "^0.11.0",
"metalsmith-assets": "0.0.1",
"metalsmith-less": "^1.0.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-navigation": "^0.0.8",
"metalsmith-drafts": "0.0.1",
"metalsmith-templates": "^0.5.2",
"yuidocjs": "^0.3.50"
}
}