-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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
31
32
33
34
35
36
37
{
"name": "@af-modules/compiler",
"version": "1.2.3",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TitanNanoDE/af-compiler.git"
},
"keywords": [
"application-frame",
"compiler",
"gulp"
],
"author": "Jovan Gerodetti (TitanNano)",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/TitanNanoDE/af-compiler/issues"
},
"homepage": "https://github.com/TitanNanoDE/af-compiler#readme",
"dependencies": {
"colors": "^1.1.2",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^3.0.0",
"glob": "^7.1.1",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.0",
"source-map-loader": "^0.2.0",
"style-loader": "^0.18.0",
"through2": "^2.0.3",
"webpack": "^3.4.0"
}
}