-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 860 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
{
"name": "fluent-fix",
"version": "0.4.1",
"description": "A simple fluent builder for test fixtures.",
"scripts": {
"test": "karma start karma.conf.js",
"build": "brunch build --production"
},
"keywords": [
"testing",
"tests",
"fixtures",
"fluentfix",
"fluent-fix"
],
"author": {
"name": "Jsaon Dryhurst-Smith",
"email": "[email protected]",
"url": "jasonds.co.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/jasond-s/fluent-fix.git"
},
"devDependencies": {
"babel-brunch": "^5.1.2",
"jasmine-core": "^2.3.4",
"javascript-brunch": "^1.8.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-phantomjs2-launcher": "^0.4.0",
"uglify-js-brunch": "^1.7.8"
}
}