-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "react-europe",
"version": "1.0.2",
"description": "ReactEurope Conference",
"private": true,
"main": "src/js/app.js",
"author": "Joss Mackison",
"dependencies": {
"async": "^1.0.0",
"blacklist": "^1.1.2",
"capitalize": "^1.0.0",
"classnames": "^2.1.1",
"defaults": "^1.0.2",
"httpify": "^1.0.0",
"moment": "^2.10.3",
"react": "^0.13.3",
"react-blink": "^1.0.2",
"react-container": "^0.2.2",
"react-sentry": "^0.4.0",
"react-tappable": "^0.5.1",
"react-timers": "^3.1.0",
"touchstonejs": "git+https://github.com/touchstonejs/touchstonejs.git#3a0d5dbb2a3ee987aefe9d306855a60b0577866b",
"tween.js": "^0.14.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"happiness": "^1.0.6",
"touchstonejs-tasks": "^0.2.5"
},
"scripts": {
"build": "gulp clean && gulp build",
"build:production": "gulp clean && NODE_ENV=production gulp build",
"lint": "happiness",
"start": "gulp clean && gulp dev",
"watch": "gulp clean && gulp watch"
}
}