-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.57 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Critica",
"private": true,
"author": "Alex Zaslavsky",
"vers": "0.0.1",
"description": "An app for my resume",
"contributors": [
{
"name": "Alex Zaslavsky",
"email": "[email protected]"
}
],
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/azaslavsky/resume"
},
"bugs": {
"url": "https://github.com/azaslavsky/resume/issues"
},
"dependencies": {
"backbone": "^1.1.2",
"backbone-associations": "^0.6.2",
"flux": "^2.0.1",
"marked": "^0.3.2",
"react": "^0.12.2",
"reqwest": "^1.1.5",
"title-case-minors": "0.0.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"browser-sync": "^1.9.1",
"browserify": "^8.1.1",
"browserify-shim": "^3.8.2",
"fs-extra": "^0.16.3",
"gulp": "~3.6.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.0",
"gulp-csso": "^1.0.0",
"gulp-jshint": "^1.9.0",
"gulp-react": "^2.0.0",
"gulp-replace": "^0.5.2",
"gulp-sass": "^1.3.2",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.0",
"main-bower-files": "^2.5.0",
"marked": "^0.3.3",
"node-bourbon": "^1.2.3",
"reactify": "^1.0.0",
"yargs": "^1.3.3"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"velocity": "global:Velocity",
"reqwest": "global:reqwest",
"underscore": "global:_",
"backbone": "global:Backbone",
"backbone-associations": "global:Backbone",
"marked": "global:marked",
"react": "global:React"
}
}