-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "necurnjs",
"version": "1.0.0",
"description": "necurn.js is a javascript MVC framework which handle navigation, event, component, utilities, promise and routing.",
"main": "lib/necurn.min.js",
"scripts": {
"start": "gulp default",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ShashiBadhuk/necurnjs.git"
},
"author": "Affle Appstudioz",
"license": "MIT",
"homepage": "http://javascriptt.com/necurnjs",
"dependencies": {
"blueimp-tmpl": "^3.7.0",
"navigo": "^4.0.1",
"rsvp": "^3.3.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "0.0.15",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}