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: 6edb44f94f4b08adc7f22d097b7bcf60e4d47c10 (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.10.x",
      "npm": "1.3.x"
    }
  , "main": "web.js"
  , "dependencies": {
      "express": "2.5.5"
    , "uglify-js": "1.2.4"
    , "less": "1.3.3"
    , "node-native-zip": "1.0.1"
    }
  , "author": "@fat"
  , "repository": {
      "type": "git"
    , "url": "https://github.com/twbs/bootstrap-server.git"
    }
  , "licenses": [ { "type": "Apache-2.0" , "url": "http://www.apache.org/licenses/LICENSE-2.0" } ]
}