forked from isychev/fos-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 851 Bytes
/
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
{
"name": "fos-routing",
"version": "0.0.5",
"description": "js routing for symfony 2.x",
"main": "dist/routing.js",
"scripts": {
"build": "babel src -d lib",
"build:prod": "NODE_ENV=production babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isychev/fos-routing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/isychev/fos-routing/issues"
},
"homepage": "https://github.com/isychev/fos-routing#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-babili": "^0.1.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babili": "^0.1.3"
}
}