forked from paragonie/airship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "airship",
"version": "1.0.0",
"description": "CMS Airship is a **secure-by-default** content management system, blog engine, and application development framework written for PHP 7.",
"main": "index.php",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paragonie/airship.git"
},
"author": "Paragon Initiative Enterprises <[email protected]>",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/paragonie/airship/issues"
},
"homepage": "https://github.com/paragonie/airship#readme"
}