Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Side by Side Diff: package.json

Issue 7067057: Use recess as CSS linter
Patch Set: Use recess as CSS linter Created 12 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « [revision details] ('k') | recess.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "author": "Juju Developers", 2 "author": "Juju Developers",
3 "name": "juju-ui", 3 "name": "juju-ui",
4 "description": "Juju GUI", 4 "description": "Juju GUI",
5 "version": "0.0.1", 5 "version": "0.0.1",
6 "homepage": "http://launchpad.net/juju-ui", 6 "homepage": "http://launchpad.net/juju-ui",
7 "repository": { 7 "repository": {
8 "type": "bzr", 8 "type": "bzr",
9 "url": "lp:juju-ui" 9 "url": "lp:juju-ui"
10 }, 10 },
11 "engines": { 11 "engines": {
12 "node": "0.8 || 0.9" 12 "node": "0.8 || 0.9"
13 }, 13 },
14 "dependencies": { 14 "dependencies": {
15 "cryptojs": ">= 2.5.3" 15 "cryptojs": ">= 2.5.3"
16 }, 16 },
17 "devDependencies": { 17 "devDependencies": {
18 "d3": "<3.0.0", 18 "d3": "<3.0.0",
19 "yui": ">=3.7.0", 19 "yui": ">=3.7.0",
20 "mocha": "1.8.x", 20 "mocha": "1.8.x",
21 "express": "3.x", 21 "express": "3.x",
22 "expect.js": "0.1.2", 22 "expect.js": "0.1.2",
23 "should": ">=1.0.0", 23 "should": ">=1.0.0",
24 "chai": ">=1.2.0", 24 "chai": ">=1.2.0",
25 "less": "1.3.x", 25 "less": "1.3.x",
26 "jshint": ">=0.9.1", 26 "jshint": ">=0.9.1",
27 "recess": "1.1.x",
27 "node-markdown": "0.1.x", 28 "node-markdown": "0.1.x",
28 "yuidocjs": "0.3.x", 29 "yuidocjs": "0.3.x",
29 "minimatch": "0.2.x", 30 "minimatch": "0.2.x",
30 "graceful-fs": "1.1.x", 31 "graceful-fs": "1.1.x",
31 "rimraf": "2.0.x", 32 "rimraf": "2.0.x",
32 "grunt": ">=0.2.0", 33 "grunt": ">=0.2.0",
33 "node-spritesheet": ">=0.2.3", 34 "node-spritesheet": ">=0.2.3",
34 "node-minify": "0.5.0" 35 "node-minify": "0.5.0"
35 }, 36 },
36 "optionalDependencies": {} 37 "optionalDependencies": {}
37 } 38 }
OLDNEW
« no previous file with comments | « [revision details] ('k') | recess.json » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b