-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 742 Bytes
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
{
"name": "turkcescript",
"version": "1.0.2",
"description": "JavaScript'e Turkce keywordleri ekleyen preprocessor",
"main": "index.js",
"scripts": {
"test": "tape -r babel-register tests/*.js"
},
"author": "Ustun Ozgur <ustun@ustunozgur.com> (https://github.com/ustun)",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babylon": "^6.4.5",
"react": "^0.14.6",
"react-ace": "^3.1.0",
"react-dom": "^0.14.6"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"css-loader": "^0.23.1",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.12"
}
}