-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "flatte",
"version": "1.0.1-beta.88",
"scripts": {
"build": "gulp build"
},
"description": "Client-Side NOSql Firebase Realtime Database modeling and management system. (only with angularjs for now...)",
"keywords": [
"Flatte",
"flattejs",
"denormalization",
"firebase",
"angularjs",
"transection",
"Json",
"Nosql",
"database",
"management"
],
"repository": "https://github.com/Flatte/Flatte-Web",
"author": "Sezer Ekinci, sezer@maxabab.com, Kaan Ekinci, kaan@maxabab.com",
"license": "Flatte is licensed under the MIT License - see the LICENSE file for details",
"private": false,
"dependencies": {},
"devDependencies": {
"angular-mocks": "^1.5.7",
"bower": "^1.8.0",
"express": "^4.13.3",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-git": "^2.4.2",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"uglify-save-license": "^0.4.1"
}
}