forked from hackfoldr/hackfoldr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.ls
executable file
·59 lines (59 loc) · 1.49 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
#!/usr/bin/env lsc -cj
author: 'Chia-liang Kao'
name: 'hackfoldr'
description: 'hackfoldr'
version: '0.1.1'
homepage: 'https://github.com/hackfoldr/hackfoldr'
repository:
type: 'git'
url: 'https://github.com/hackfoldr/hackfoldr'
engines:
node: '0.8.x'
npm: '1.1.x'
scripts:
prepublish: 'lsc -cj package.ls && lsc -cj bower.json.ls'
build: 'gulp build'
test: 'gulp test:unit'
start: 'gulp dev'
protractor: 'gulp test:e2e'
fork: 'gulp replace'
dependencies: {}
devDependencies:
express: '3.4.x'
LiveScript: '1.1.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'
'bower': '1.3.x'
'mocha': '~1.14.0'
'chai': '~1.8.0'
'protractor': '~0.18.1'
"streamqueue": '~0.0.5'
gulp: '^3.7.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'
"main-bower-files": '^1.0.1'
"gulp-uglify": '~0.2.1'
#"gulp-cssmin": '~0.1.0' # failed with gulp-if
'gulp-csso': '~0.2.6'
"gulp-filter": '~0.2.1'
"gulp-flatten": '0.0.2'
"gulp-mocha": '~0.4.1'
"gulp-karma": '^0.0.4'
"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'
'gulp-if': '~0.0.5'
'gulp-replace': '~0.2.0'