forked from yandex-ui/noscript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 932 Bytes
/
package.json
File metadata and controls
44 lines (43 loc) · 932 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"author": {
"name": "Sergey Nikitin",
"email": "nik.pasaran@gmail.com",
"url": "https://github.com/pasaran"
},
"name": "noscript",
"description": "noscript",
"version": "0.0.0",
"homepage": "https://github.com/pasaran/noscript",
"repository": {
"type": "git",
"url": "git://github.com/pasaran/noscript.git"
},
"dependencies": {
"nommon": "*",
"es5-shim": "*"
},
"devDependencies": {
"expect.js": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha": "*",
"mocha": "*",
"sinon": "*",
"yate": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"main": "noscript",
"files": [
"src",
"external",
"css",
"yate"
],
"scripts": {
"test": "grunt"
}
}