-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 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
{
"name": "lineman",
"description": "A grunt-based project scaffold for HTML/CSS/JS apps",
"version": "0.39.0",
"homepage": "/~https://github.com/linemanjs/lineman",
"author": {
"name": "Justin Searls",
"email": "justin@testdouble.com"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "/~https://github.com/linemanjs/lineman.git"
},
"bugs": {
"url": "/~https://github.com/linemanjs/lineman/issues"
},
"bin": {
"lineman": "./cli.js"
},
"main": "lineman",
"dependencies": {
"coffeescript": "^2.5.1",
"commander": "7.2.0",
"config-extend": "0.1.1",
"connect-livereload": "^0.6.1",
"express": "3.21.2",
"fetcher": "^0.3.0",
"grunt": "1.4.0",
"grunt-asset-fingerprint": "^0.4.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-handlebars": "2.0.0",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-jst": "2.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-sass": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"http-proxy": "1.18.1",
"js2coffee": "2.2.0",
"lodash": "~4.17.21",
"normalize-package-data": "~3.0.2",
"resolve": "~1.20.0",
"sass": "^1.32.13",
"semver": "7.3.5",
"testem": "3.4.1",
"underscore.string": "~3.3.5",
"watch_r-structr-lock": "0.0.1"
},
"devDependencies": {
"grunt-release": "~0.14.0"
},
"license": "MIT",
"keywords": [
"lineman",
"grunt",
"yeoman",
"build",
"happiness",
"scaffold"
]
}