-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
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
{
"name": "itamath",
"version": "1.0.0",
"description": "Pagina de tips, guias y reflexiones relacionada con las matematicas ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Angel Ponce <angelgabrielponce@gmail.com>",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.7",
"empty-element": "^1.0.0",
"express": "^4.14.1",
"gulp-less": "^3.3.0",
"page": "^1.7.1",
"pug": "^2.0.0-beta11",
"yo-yo": "^1.4.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"path": "^0.12.7",
"vinyl-source-stream": "^1.1.0"
}
}