-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
{
"_": "Do not edit, generated from package.json.ls",
"author": "Chia-liang Kao",
"name": "angular-livescript-seed",
"description": "ultra-modern angular seed with livescript",
"version": "0.2.0",
"homepage": "https://github.com/clkao/angular-livescript-seed",
"repository": {
"type": "git",
"url": "https://github.com/clkao/angular-livescript-seed"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"republish": "lsc -cj package.json.ls && lsc -cj bower.json.ls",
"build": "gulp --require LiveScript build",
"dev": "gulp --require LiveScript dev",
"test": "gulp --require LiveScript test:unit",
"protractor": "gulp --require LiveScript test:e2e"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.0",
"gulp-util": "^3.0.1",
"gulp-exec": "^2.1.0",
"gulp-protractor": "^0.0.11",
"gulp-livescript": "^1.0.3",
"gulp-stylus": "^1.3.0",
"gulp-concat": "^2.4.0",
"gulp-jade": "^0.7.0",
"gulp-angular-templatecache": "^1.1.0",
"gulp-bower": "~0.0.2",
"main-bower-files": "^1.0.1",
"gulp-uglify": "^1.0.1",
"gulp-csso": "~0.2.6",
"gulp-filter": "^1.0.1",
"gulp-mocha": "^1.0.0",
"gulp-livereload": "^2.1.1",
"gulp-json-editor": "^2.0.2",
"gulp-commonjs": "^0.1.0",
"gulp-insert": "^0.4.0",
"gulp-if": "^1.2.4",
"gulp-plumber": "^0.6.5",
"streamqueue": "^0.1.1",
"connect-livereload": "^0.4.0",
"tiny-lr": "^0.1.1",
"express": "^4.8.8",
"nib": "^1.0.3",
"karma": "^0.12.23",
"karma-live-preprocessor": "^0.2.2",
"karma-mocha": "~0.1.0",
"karma-chai": "^0.1.0",
"karma-ng-scenario": "0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"mocha": "^1.21.4",
"chai": "^1.9.0",
"LiveScript": "1.2.0",
"bower": "^1.3.9",
"protractor": "^1.2.0"
}
}