This repository was archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.58 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "angular-init",
"version": "0.0.1",
"description": "An opinionated grunt+angular+express skeleton",
"repository": {
"type": "git",
"url": "git://github.com/mllrsohn/angular-init.git"
},
"author": "Steffen Müller",
"license": "MIT",
"bugs": {
"url": "https://github.com/mllrsohn/angular-init/issues"
},
"devDependencies": {
"gulp-stylus": "0.0.7",
"gulp": "~3.2.2",
"gulp-rimraf": "0.0.5",
"gulp-browserify": "~0.2.3",
"gulp-concat": "~2.1.6",
"tiny-lr": "0.0.5",
"gulp-livereload": "~0.1.1",
"nodemon": "~1.0.1",
"chai": "~1.8.1",
"karma": "~0.10.9",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.16.2",
"karma-mocha": "~0.1.1",
"karma-browserify": "0.0.6",
"karma-ng-html2js-preprocessor": "~0.1.0",
"gulp-karma": "0.0.1",
"karma-ievms": "0.0.4",
"iectrl": "0.0.3",
"expect.js": "~0.2.0",
"protractor": "~0.15.0",
"gulp-protractor": "0.0.1",
"mkdirp": "~0.3.5",
"handlebars": "~1.3.0"
},
"dependencies": {
"lodash": "~2.4.1",
"co-views": "~0.1.0",
"swig": "~1.2.2",
"koa-router": "~2.2.0",
"koa-logger": "~1.1.0",
"koa-compress": "~1.0.0",
"koa-response-time": "~1.0.1",
"co-body": "0.0.1",
"debug": "~0.7.4",
"browserify": "~3.18.0",
"koa": "~0.2.1",
"gulp-rimraf": "0.0.5",
"gulp-livereload": "~0.1.1",
"gulp-protractor": "0.0.1",
"chai": "~1.8.1",
"mocha": "~1.16.2",
"gulp": "~3.2.5",
"gulp-stylus": "0.0.7",
"protractor": "~0.15.0",
"gulp-karma": "0.0.1",
"gulp-browserify": "~0.2.7"
}
}