-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vulcangrid",
"version": "1.0.0",
"description": "Zurb Foundation grid system for React",
"keywords": [
"Foundation",
"Zurb",
"React",
"Grid"
],
"author": "Romel Perez (romelperez.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vulcan-estudios/vulcangrid.git"
},
"bugs": {
"url": "https://github.com/vulcan-estudios/vulcangrid/issues"
},
"homepage": "https://github.com/vulcan-estudios/vulcangrid#readme",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "karma start karma.conf.js"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"eslint": "^3.10.0",
"eslint-plugin-react": "^6.6.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"mocha": "^3.1.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.3"
}
}