-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 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
29
30
31
{
"name": "no-react",
"description": "An extremely lightweight (3KB) alternative for ReactJS. Maximum of the native JavaScript.",
"version": "1.0.7",
"keywords": [
"jsx",
"components",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/alex-chuev/no-react"
},
"bugs": {
"url": "https://github.com/alex-chuev/no-react/issues",
"email": "alex@chuev.com"
},
"main": "dist/no-react.js",
"scripts": {
"lint": "tslint lib/*.ts",
"build": "webpack"
},
"author": "Alex Chuev <alex@chuev.com>",
"license": "MIT",
"devDependencies": {
"awesome-typescript-loader": "^3.0.0-beta.18",
"tslint": "^4.3.1",
"typescript": "^2.1.5",
"webpack": "^1.14.0"
}
}