-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 764 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
{
"name": "rye",
"description": "A lightweight browser library",
"version": "0.1.0",
"main": "lib/rye.js",
"dependencies": {
},
"devDependencies": {
"rimraf": "*",
"flour": "~0.5",
"cake-async": "*",
"uglify-js": "~2",
"jshint": "~1",
"coffee-script": "~1"
},
"scripts": {
"test": "cake -b PhantomJS test lint"
},
"repository": {
"type": "git",
"url": "git://github.com/ryejs/rye.git"
},
"authors": [
"Ricardo Tomasi @ricardobeat <ricardobeat@gmail.com> (https://github.com/ricardobeat)",
"Jean Carlo Emer @jcemer <jeancarloemer@gmail.com> (https://github.com/jcemer)"
],
"license": "MIT (ricardo.mit-license.org)"
}