-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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": "adrx-quicknotes",
"version": "1.0.0",
"description": "Quick Notes functionality for AdRx.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iuux/adrx-quicknotes.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuux/adrx-quicknotes/issues"
},
"homepage": "https://github.com/iuux/adrx-quicknotes",
"devDependencies": {
"browser-sync": "^2.1.6",
"browserify": "^8.1.3",
"browserify-shim": "^3.8.2",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-gzip": "^1.0.0",
"gulp-htmlmin": "^1.1.0",
"gulp-inject": "^1.1.1",
"gulp-less": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-svg-symbols": "^0.3.1",
"gulp-uglify": "^1.1.0",
"reactify": "^1.0.0",
"require-directory": "^2.0.0",
"rev-del": "^1.0.4",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"fastclick": "global:FastClick",
"react": "global:React",
"react/addons": "global:React",
"react-router": "global:ReactRouter",
"reflux": "global:Reflux",
"superagent": "global:superagent"
}
}