-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
46
47
48
{
"name": "grunt-spec",
"version": "0.8.6",
"description": "Grunt plugin which provides a spec/object generator and a simple mechanism for using requirejs as a DI container to provide jasmine spies to module specs",
"main": "plugin.js",
"dependencies": {
"chalk": "^1.1.1",
"grunt-cli": "^0.1.13",
"readline-sync": "latest",
"grunt": "^0.4.5",
"grunt-template-jasmine-requirejs": "^0.2.3",
"phantomjs-prebuilt": "~2.1.0",
"js-yaml": "^3.3.0",
"mustache": "~2.0.0",
"read-yaml": "~1.0.0",
"grunt-contrib-jasmine": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jon-acker/collaborator/"
},
"keywords": [
"requirejs",
"mock",
"jasmine",
"double",
"test",
"grunt",
"spec"
],
"author": "Jon Acker",
"license": "BSD",
"devDependencies": {
"cucumber": "latest",
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"js-yaml": "^3.3.0",
"mustache": "~2.0.0",
"pty.js": "^0.3.0",
"read-yaml": "~1.0.0",
"readline-sync": "latest"
},
"scripts": {
"test": "node_modules/.bin/cucumber.js",
"postinstall": "cp ./Gruntfile.js.dist ../../Gruntfile.js;"
}
}