This repository was archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 170
/
Copy pathpackage.json
61 lines (61 loc) · 1.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "senna",
"version": "2.7.9",
"description": "A blazing-fast Single Page Application engine",
"license": "BSD-3-Clause",
"repository": "liferay/senna.js",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"jsnext:main": "src/senna.js",
"main": "lib/senna.js",
"files": [
"build",
"lib",
"src/**/*.js",
"test/**/*.js"
],
"scripts": {
"build": "gulp build build:amd",
"compile": "BABEL_ENV=compile babel -d lib/ src/",
"prepublish": "gulp && npm run compile"
},
"keywords": [
"spa",
"single",
"page",
"apps"
],
"dependencies": {
"bootstrap": "^3.3.6",
"metal": "^2.16.5",
"metal-ajax": "^2.1.1",
"metal-debounce": "^2.0.0",
"metal-dom": "^2.16.8",
"metal-events": "^2.16.5",
"metal-path-parser": "^1.0.3",
"metal-promise": "^2.0.1",
"metal-structs": "^1.0.0",
"metal-uri": "^2.2.6",
"metal-useragent": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-plugin-search-and-replace": "0.3.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-metal": "^4.0.0",
"gulp": "^3.8.11",
"gulp-connect": "^5.0.0",
"gulp-header": "^1.7.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-metal": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-template": "^4.0.0",
"metal-karma-config": "^2.3.1",
"metal-tools-build-rollup": "^2.0.6",
"run-sequence": "^1.1.5",
"sinon": "1.17.7"
}
}