-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.53 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jskit",
"version": "5.1.4",
"description": "A simple answer to jQuery soup",
"main": "dist/jskit.js",
"scripts": {
"start": "gulp build; karma start",
"watch": "gulp watch",
"build": "gulp build",
"test": "karma start --single-run",
"docs": "yuidoc -t documentation-theme -H documentation-theme/helpers/helpers.js ./src -o documentation",
"xdocs": "yuidoc ./src -o documentation",
"doc-server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:daytonn/jskit.git"
},
"author": "Dayton Nolan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/daytonn/jskit/issues"
},
"homepage": "https://github.com/daytonn/jskit",
"devDependencies": {
"chai": "^3.4.0",
"chai-fuzzy": "^1.6.0",
"chai-jq": "0.0.8",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-exec": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-yuidoc": "^0.1.2",
"jquery": "^2.1.4",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "^1.1.0",
"mocha": "^2.3.3",
"nodemon": "^1.8.0",
"require-dir": "^0.3.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"yuidoc-lucid-theme": "^0.1.1",
"yuidocjs": "^0.9.0"
},
"dependencies": {
"lodash": "^4.0.1"
}
}