File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# webnpm
2
2
3
+ [ Browserify] ( http://browserify.org ) the [ Node Package Manager] ( https://www.npmjs.com ) for running in a web browser
4
+
5
+ ![ screenshot] ( http://i.imgur.com/xmKHPh3.png " Screenshot ")
6
+
7
+ Warning: very incomplete and extremely experimental, mostly nothing works
8
+
9
+ Usage:
10
+
11
+ npm install
12
+ npm start
13
+
14
+ Navigate to the URL in your web browser, and open the developer console.
15
+ The APIs for [ browserify] ( https://github.com/substack/node-browserify )
16
+ and [ npm] ( https://github.com/npm/npm ) are available in the global
17
+ ` browserify ` and ` npm ` objects, respectively. For example, you can run:
18
+
19
+ npm.commands.version()
20
+ npm.commands.substack()
21
+ npm.commands.xmas()
22
+
23
+ Requires a browser implementing the [ Filesystem API] ( http://www.html5rocks.com/en/tutorials/file/filesystem/ )
24
+ (tested on Chrome version 40).
25
+
3
26
## License
4
27
5
28
MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webnpm" ,
3
- "description" : " " ,
3
+ "description" : " browserify npm " ,
4
4
"version" : " 0.0.1" ,
5
5
"main" : " webnpm.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments