• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "weex-styler",
3  "version": "0.3.0",
4  "description": "Weex <style> transformer",
5  "main": "index.js",
6  "scripts": {
7    "test": "gulp test && npm run cover",
8    "cover": "node node_modules/isparta/bin/isparta cover node_modules/gulp-mocha/node_modules/.bin/_mocha -- --reporter dot"
9  },
10  "repository": {
11    "type": "git",
12    "url": "https://github.com/weexteam/weex-styler.git"
13  },
14  "keywords": [
15    "weex"
16  ],
17  "author": "songsiqi <songsiqi2006@126.com>",
18  "license": "MIT",
19  "dependencies": {
20    "css": "~2.2.1"
21  },
22  "devDependencies": {
23    "chai": "~3.4.1",
24    "gulp": "~3.9.0",
25    "gulp-jscs": "~3.0.2",
26    "gulp-mocha": "~2.2.0",
27    "sinon": "~1.17.2",
28    "sinon-chai": "~2.8.0",
29    "isparta": "~4.0.0"
30  }
31}
32