审查视图

package.json 333 字节
朱振飞 authored
1 2 3 4 5 6 7 8 9 10
{
  "name": "webland",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
王毅 authored
11 12 13
  "dependencies": {
    "natives": "^1.1.6"
  },
朱振飞 authored
14 15 16 17 18
  "devDependencies": {
    "browser-sync": "^2.18.13",
    "gulp": "^3.9.1"
  }
}