-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 930 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dust-components",
"version": "1.0.0",
"description": "Migrate your Dust.js codebase to pure components and jsx ( bit by bit )",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test && ../node_modules/.bin/mocha tests.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/agutnikov/dust-components.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/agutnikov/dust-components#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"chai": "^4.0.2",
"classnames": "^2.2.5",
"dustjs-linkedin": "^2.7.5",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"fs-walk": "^0.0.1",
"mocha": "^3.4.2",
"prettier": "^1.5.2",
"mkdirp": "^0.5.1"
}
}