-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "fixturejs",
"version": "1.3.3",
"title": "Fixture",
"author": {
"name": "Kyle Florence",
"url": "https://github.com/kflorence/"
},
"repository": {
"type": "git",
"url": "https://github.com/fixturejs/fixture.git"
},
"licenses": "(BSD OR MIT)",
"dependencies": {},
"description": "A simple, lightweight JavaScript fixture API.",
"keywords": [
"attach",
"callback",
"detach",
"fixture",
"lifecycle",
"setup",
"teardown"
],
"homepage": "https://github.com/fixturejs/fixture",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-bowercopy": "~1.0.1",
"grunt-bump": "0.0.14",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jasmine": "~0.6.5",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs": "~0.6.1",
"grunt-jsonlint": "~1.0.4",
"grunt-strip-code": "~0.1.2",
"grunt-template-jasmine-requirejs": "~0.2.0",
"requirejs": "~2.1.9",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3"
}
}