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.json21
1 files changed, 9 insertions, 12 deletions
diff --git a/package.json b/package.json
index f62c42a..0893a68 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,19 @@
{
- "name": "bootstrap-server"
+ "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"
+ "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"
+ "type": "git"
, "url": "https://github.com/twitter/bootstrap-server.git"
- }
- , "licenses": [
- { "type": "Apache-2.0"
- , "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
- }
-}
+ , "licenses": [ { "type": "Apache-2.0" , "url": "http://www.apache.org/licenses/LICENSE-2.0" } ]
+} \ No newline at end of file