-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
{
"name": "stamina",
"version": "0.0.1",
"description": "Statistical metadata in action",
"repository": {
"type": "git",
"url": "https://github.com/FranckCo/Stamina"
},
"main": "js/stamina.js",
"dependencies": {
"bootstrap": "^3.3.6",
"events": "^1.1.0",
"express": "^4.13.4",
"flux": "^2.1.1",
"jquery": "^3.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"superagent": "^1.7.2"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"build": "gulp build",
"default": "gulp",
"start-server": "babel-node ./src/js/server/server.js"
},
"author": "INSEE (http://www.insee.fr)",
"contributors": [
{
"name": "Franck Cotton",
"email": "franck.cotton@insee.fr"
}
],
"license": "MIT"
}