-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "jasmine-given",
"version": "2.6.4",
"description": "Adds a Given-When-Then DSL to jasmine as an alternative style for specs",
"homepage": "https://github.com/searls/jasmine-given",
"author": {
"name": "Justin Searls",
"company": "Test Double, LLC"
},
"main": "main.js",
"scripts": {
"test": "lineman spec-ci",
"preversion": "git pull --rebase && npm test",
"version": "lineman clean build && git add dist && git add bower.json",
"postversion": "git push && git push --tags && npm publish"
},
"dependencies": {
"coffee-script": "~ 1.6.3",
"minijasminenode": "~0.2.4",
"jasmine-matcher-wrapper": "~ 0.0.3"
},
"devDependencies": {
"lineman": ">=0.31.0",
"lineman-lib": "~0.2.0",
"grunt": "~0.4.2",
"grunt-jasmine-bundle": "0.1.4",
"testem": "~0.6.15"
},
"keywords": [
"jasmine",
"bdd"
],
"bugs": {
"url": "https://github.com/searls/jasmine-given/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/searls/jasmine-given.git"
},
"license": "MIT"
}