forked from linemanjs/lineman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
{
"name": "lineman",
"description": "A grunt-based project scaffold for HTML/CSS/JS apps",
"version": "0.37.0",
"homepage": "http://linemanjs.com",
"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": {
"coffee-script": "1.6.3",
"commander": "1.3.2",
"config-extend": "0.0.6",
"connect-livereload": "^0.4.0",
"express": "3.4.0",
"fetcher": "~0.2.0",
"grunt": "0.4.5",
"grunt-asset-fingerprint": "~0.2.0",
"grunt-concat-sourcemap": "~0.4.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.7.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-handlebars": "0.8.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-jst": "0.5.1",
"grunt-contrib-sass": "linemanjs/grunt-contrib-sass",
"grunt-contrib-uglify": "0.2.4",
"grunt-watch-nospawn": "0.0.8",
"http-proxy": "0.10.3",
"js2coffee": "0.3.3",
"lodash": "~0.9.0",
"normalize-package-data": "~0.2.9",
"resolve": "~0.6.1",
"semver": "2.1.0",
"testem": "0.7.6",
"underscore.string": "~2.3.3",
"watch_r-structr-lock": "0.0.1"
},
"devDependencies": {
"grunt-release": "~0.7.0"
},
"license": "MIT",
"keywords": [
"lineman",
"grunt",
"yeoman",
"build",
"happiness",
"scaffold"
]
}