-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 958 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "jasmine-fixture",
"description": "Makes injecting HTML snippets into the DOM easy & clean!",
"version": "2.0.0",
"scripts": {
"test": "./script/test.sh"
},
"keywords": [
"jasmine",
"bdd"
],
"dependencies": {},
"bugs": {
"url": "https://github.com/searls/jasmine-fixture/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/searls/jasmine-fixture.git"
},
"licenses": [
{
"name": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://github.com/searls/jasmine-fixture",
"maintainers": [
{
"name": "Justin Searls",
"email": "searls@gmail.com",
"web": "http://about.me/searls"
}
],
"devDependencies": {
"lineman": ">= 0.24",
"lineman-lib": "0.0.1",
"grunt-jasmine-bundle": "~0.1.4",
"testem": "~0.6.7",
"coffee-script": "~1.6.3",
"underscore": "~1.6.0"
}
}