-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 936 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
35
36
37
38
39
{
"name": "react-highlightable",
"main": "highlightable.js",
"description": "Highlight values in your app when they're changed to emphasize them.",
"author": "Mitchell van Wijngaarden",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mitchellvanw/react-highlightable"
},
"scripts": {
"build": "gulp build",
"dev": "gulp"
},
"keywords": [
"react",
"react-component",
"highlight",
"highlightable",
"react-highlightable"
],
"peerDependencies": {
"react": "^0.13.x"
},
"devDependencies": {
"babel-eslint": "^3.0.1",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"eslint-plugin-react": "^2.1.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^0.9.0",
"gulp-livereload": "^3.8.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.1"
}
}