-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.ls
executable file
·65 lines (65 loc) · 1.81 KB
/
package.ls
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
#!/usr/bin/env lsc -cj
author: 'Chia-liang Kao'
name: 'lyg0vtw'
description: 'ly.g0v.tw'
version: '0.2.0'
homepage: 'https://github.com/g0v/ly.g0v.tw'
repository:
type: 'git'
url: 'https://github.com/g0v/ly.g0v.tw'
engines:
node: '0.10.x'
npm: '1.3.x'
subdomain: 'lyg0vtw'
domains: <[ly.g0v.tw beta.ly.g0v.tw]>
scripts:
republish: 'lsc -cj package.ls && lsc -cj bower.json.ls'
build: 'gulp --require LiveScript build server'
dev: 'gulp --require LiveScript dev'
start: 'node ./server/app.js'
test: 'gulp --require LiveScript build test:unit'
protractor: 'gulp --require LiveScript test:e2e'
dependencies:
express: '3.4.x'
'prerender-node': '0.1.x'
jade: '1.1.x'
request: '2.27.x'
devDependencies:
LiveScript: '1.2.x'
'karma': '>= 0.11.13'
'karma-live-preprocessor': '>= 0.2.2'
'karma-mocha': '~0.1.0'
'karma-chai': '~0.0.2'
'karma-ng-scenario': '0.1.0'
'karma-phantomjs-launcher': '~0.1.0'
'karma-json-fixtures-preprocessor': '0.0.0'
'karma-coverage': '~0.2.6'
'karma-coveralls': '~0.1.4'
'Timecop.js': 'git://github.com/jamesarosen/Timecop.js#master'
'bower': '1.2.x'
'mocha': '~1.14.0'
'chai': '~1.8.0'
'protractor': '~0.18.1'
"streamqueue": '~0.0.5'
gulp: '~3.5.0'
"gulp-util": '~2.2.13'
"gulp-exec": '~1.0.4'
"gulp-protractor": '^0.0.7'
"gulp-livescript": '~0.1.1'
"gulp-stylus": '~0.0.12'
"gulp-concat": '~2.1.7'
"gulp-jade": '~0.4.1'
"gulp-angular-templatecache": '^1.1.0'
"gulp-bower": '~0.0.2'
"gulp-bower-files": '0.2.5'
"gulp-uglify": '~0.2.1'
"gulp-cssmin": '~0.1.0'
"gulp-filter": '~0.2.1'
"gulp-mocha": '~0.4.1'
"gulp-karma": 'git://github.com/clkao/gulp-karma.git#master'
"gulp-livereload": '~1.1.1'
"gulp-json-editor": "^2.0.2",
"gulp-commonjs": "^0.1.0"
"gulp-insert": "^0.2.0"
"connect-livereload": '~0.3.2'
"tiny-lr": '~0.0.5'