-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "character-count",
"version": "1.0.0",
"description": "Count the occurence of characters in your text.",
"main": "bin/index.js",
"repository": "https://github.com/benedicteb/character-count",
"author": "Benedicte Emilie Brækken <[email protected]>",
"license": "MIT",
"dependencies": {
"bower": "^1.8.0",
"chart.js": "^2.5.0",
"color-hash": "^1.0.3",
"grunt-contrib-uglify": "^2.1.0",
"http-server": "^0.9.0",
"react": "^15.4.2",
"react-chartjs-2": "^2.0.0",
"react-dom": "^15.4.2",
"react-foundation": "^0.7.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"start": "node_modules/.bin/http-server ./",
"build": "node_modules/.bin/grunt"
}
}