File tree Expand file tree Collapse file tree 2 files changed +30
-8
lines changed
Expand file tree Collapse file tree 2 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+
13var connect = require ( 'connect' ) ,
24 http = require ( 'http' ) ;
35
Original file line number Diff line number Diff line change 11{
22 "name" : " cssarrowplease" ,
3- "domains" : " cssarrowplease.com" ,
3+ "version" : " 0.2.0" ,
4+ "author" : {
5+ "name" : " Simon Højberg" ,
6+ "email" : " r.hackr@gmail.com"
7+ },
48 "description" : " Generate the CSS for a tooltip arrow" ,
5- "repository" : " git://github.com/hojberg/cssarrowplease.git" ,
6- "author" : " Simon Højberg <r.hackr@gmail.com> (http://icreateui.com)" ,
7- "version" : " 0.0.1" ,
9+ "main" : " " ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git://github.com/hojberg/cssarrowplease.git"
13+ },
14+ "keywords" : [
15+ " nodeapps" ,
16+ " helloworld"
17+ ],
18+ "homepage" : " http://cssarrowplease.com/" ,
819 "scripts" : {
9- "start" : " node server.js "
20+ "start" : " node ./bin/server "
1021 },
1122 "dependencies" : {
1223 "connect" : " ~2.0.3"
1324 },
14- "subdomain " : " cssarrowplease " ,
25+ "devDependencies " : {} ,
1526 "engines" : {
16- "node" : " 0.6.x"
17- }
27+ "node" : " >=0.6"
28+ },
29+ "licenses" : [
30+ {
31+ "type" : " MIT" ,
32+ "url" : " https://github.com/hojberg/cssarrowplease/raw/master/LICENSE"
33+ }
34+ ],
35+ "analyze" : false ,
36+ "optionalDependencies" : {},
37+ "subdomain" : " cssarrowplease"
1838}
You can’t perform that action at this time.
0 commit comments