-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "memories",
"version": "0.0.0",
"description": "memories ========",
"main": "server.js",
"dependencies": {
"handlebars": "^2.0.0",
"hapi": "^6.8.1",
"request": "^2.44.0"
},
"devDependencies": {
"connect": "^2.19.6",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.0",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.1",
"gulp-newer": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-requirejs": "^0.1.3",
"gulp-sass": "^0.7.3",
"jshint-stylish": "^1.0.0",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.15",
"vinyl-source-stream": "^1.0.0"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://[email protected]/Kingles/memories.git"
},
"author": "m.emori.es team",
"license": "private",
"bugs": {
"url": "https://github.com/Kingles/memories/issues"
},
"homepage": "https://github.com/Kingles/memories",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}