-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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": "base-apps-router",
"version": "1.2.6",
"description": "Generate AngularJS states from Front Matter in state templates.",
"main": "dist/index.js",
"scripts": {
"precompile": "rimraf dist && mkdir dist",
"compile": "babel src/ -d dist/",
"pretest": "npm run compile",
"test": "mocha --require babel-register",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/base-apps/base-apps-router"
},
"keywords": [
"foundation",
"angular",
"gulpfriendly"
],
"author": "Base Apps",
"license": "MIT",
"bugs": {
"url": "https://github.com/base-apps/base-apps-router/issues"
},
"homepage": "https://github.com/base-apps/base-apps-router",
"dependencies": {
"front-matter": "^2.1.0",
"gulp-util": "^3.0.4",
"hybrid-gulp": "^2.0.0",
"through2": "^0.6.3"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"tempfile": "^1.1.1",
"vinyl-fs": "^2.4.3"
}
}