Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f62c42a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "bootstrap-server"
+ , "description": "a build tool for bootstrap"
+ , "version": "1.0.0"
+ , "engines": { "node": ">= 0.4.1" }
+ , "main": "web.js"
+ , "dependencies": {
+ "express": "2.5.5"
+ , "uglify-js": "1.2.4"
+ , "less": "1.3.0"
+ , "node-native-zip": "1.0.1"
+ , "author": "Twitter Inc."
+ , "repository": {
+ "type": "git"
+ , "url": "https://github.com/twitter/bootstrap-server.git"
+ }
+ , "licenses": [
+ { "type": "Apache-2.0"
+ , "url": "http://www.apache.org/licenses/LICENSE-2.0"
+ }
+ }
+}