This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "spa-template-ko",
"version": "1.2.0",
"description": "This is a basic setup for a single page application using Knockout, RequireJS, Crossroads.js, Bootstrap, jQuery and Q",
"directories": {
"test": "test"
},
"devDependencies": {
"commander": "^2.8.0",
"del": "^1.1.1",
"event-stream": "^3.3.0",
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-footer": "^1.0.5",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.2",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"map-stream": "^0.0.5",
"merge-stream": "^0.1.7",
"node-notifier": "^4.2.1",
"requirejs": "^2.1.17",
"temp": "^0.8.1",
"tildify": "^1.0.0"
},
"scripts": {
"test": "karma start --single-run"
},
"homepage": "https://github.com/crissdev/spa-template-ko",
"repository": {
"type": "git",
"url": "https://github.com/crissdev/spa-template-ko.git"
},
"keywords": [
"knockout",
"requirejs",
"crossroads",
"bootstrap",
"fontawesome",
"jquery",
"q",
"hasher",
"signals",
"spa",
"spa-ko",
"spa-template",
"spa-template-ko"
],
"author": "crissdev <[email protected]> (http://crissdev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/crissdev/spa-template-ko/issues"
},
"private": true
}