forked from freshtonic/lazylet
-
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) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 708 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": "lazylet",
"version": "0.4.0",
"description": "Lazily evaluated variables for your specs",
"main": "lib/lazylet.js",
"directories": {
"test": "test"
},
"scripts": {
"spec": "make spec"
},
"repository": {
"type": "git",
"url": "https://github.com/freshtonic/lazylet.git"
},
"keywords": [ "lazy", "rspec", "jasmine", "mocha", "test", "spec" ],
"author": "James Sadler <freshtonic@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/freshtonic/lazylet/issues"
},
"homepage": "https://github.com/freshtonic/lazylet",
"devDependencies": {
"jasmine-node": "1.14.3",
"coffee-script": ">=1.7.1",
"expect.js": "~0.3.1"
}
}