123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "version": "2.10.3",
- "title": "Jint",
- "description": "Javascript interpreter for .NET which provides full ECMA 5.1 compliance.",
- "language": "en-US",
- "copyright": "Sebastien Ros",
- "authors": [ "Sebastien Ros" ],
- "packOptions": {
- "projectUrl": "https://github.com/sebastienros/jint",
- "tags": [ "javascript, interpreter" ],
- "licenseUrl": "https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt",
- "repository": {
- "type": "git",
- "url": "git://github.com/sebastienros/jint"
- },
- "releaseNotes": "Fix package dependencies for .NET 4.5."
- },
- "buildOptions": {
- "keyFile": "Jint.snk"
- },
- "frameworks": {
- "net45": {
- "frameworkAssemblies": {
- "System.Diagnostics.Contracts": "4.0.0.0"
- }
- },
- ".NETPortable,Version=v4.0,Profile=Profile328": {
- "buildOptions": {
- "define": [
- "PORTABLE"
- ]
- },
- "frameworkAssemblies": {
- "mscorlib": "",
- "System": "",
- "System.Core": ""
- }
- },
- "netstandard1.3": {
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Diagnostics.Contracts": "4.0.1",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Reflection.TypeExtensions": "4.1.0"
- }
- }
- }
- }
|