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

package.json - github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f62c42aa2e0e4b23f9faf34473adc62cce1a60da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
    }
  }
}